diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-06-16 17:54:38 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-06-16 17:54:38 +0000 |
commit | 8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720 (patch) | |
tree | d3f76ea946eba830d7d8799bb5f525a475ec056e /package/proftpd/proftpd.mk | |
parent | 12958f2d6f1ff3fd50a5b9591d88b6174ae76fb3 (diff) | |
download | buildroot-novena-8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720.tar.gz buildroot-novena-8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720.zip |
Fix install of scripts.
Diffstat (limited to 'package/proftpd/proftpd.mk')
-rw-r--r-- | package/proftpd/proftpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/proftpd/proftpd.mk b/package/proftpd/proftpd.mk index 231f4535a..fb61a5d62 100644 --- a/package/proftpd/proftpd.mk +++ b/package/proftpd/proftpd.mk @@ -56,7 +56,7 @@ $(TARGET_DIR)/$(PROFTPD_TARGET_BINARY): $(PROFTPD_DIR)/$(PROFTPD_BINARY) @if [ ! -f $(TARGET_DIR)/etc/proftpd.conf ] ; then \ $(INSTALL) -m 0644 -D $(PROFTPD_DIR)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf; \ fi; - $(INSTALL) -m 0755 -D package/proftpd/S50proftpd $(TARGET_DIR)/etc/init.d + $(INSTALL) -m 0755 package/proftpd/S50proftpd $(TARGET_DIR)/etc/init.d proftpd: uclibc $(TARGET_DIR)/$(PROFTPD_TARGET_BINARY) |