diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2010-12-26 17:16:34 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-28 20:30:54 +0100 |
commit | 58ddf43464ab3892d2af0c3973e6d9ef31653fdf (patch) | |
tree | fc9587311b7e8e4d889ad7c9c59abeafdb1003c7 /package | |
parent | 467f221d20f2a1927ef695bd4ac92559257ce8f9 (diff) | |
download | buildroot-novena-58ddf43464ab3892d2af0c3973e6d9ef31653fdf.tar.gz buildroot-novena-58ddf43464ab3892d2af0c3973e6d9ef31653fdf.zip |
vtun: fix startup script installation
In case etc/init.d does not exist.
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/vtun/vtun-3.0.2-001-Makefile.in.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vtun/vtun-3.0.2-001-Makefile.in.patch b/package/vtun/vtun-3.0.2-001-Makefile.in.patch index 063d4b3d7..1f9396926 100644 --- a/package/vtun/vtun-3.0.2-001-Makefile.in.patch +++ b/package/vtun/vtun-3.0.2-001-Makefile.in.patch @@ -26,7 +26,7 @@ diff -urN vtun/Makefile.in vtun-2.6/Makefile.in $(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(LOCK_DIR) $(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(SBIN_DIR) $(INSTALL) -m 755 $(INSTALL_OWNER) vtund $(DESTDIR)$(SBIN_DIR) -+ $(INSTALL) -m 755 $(INSTALL_OWNER) scripts/vtund.rc.debian \ ++ $(INSTALL) -m 755 -D $(INSTALL_OWNER) scripts/vtund.rc.debian \ + $(DESTDIR)$(ETC_DIR)/init.d/S90vtun # DO NOT DELETE THIS LINE -- make depend depends on it. |