From 5be4599b702f3027a2c9c4486a2afcac2cb19220 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 May 2009 12:04:50 +0000 Subject: [PATCH] Fix 'make install-strip'. Reported by Dominick Layfield --- ChangeLog | 2 ++ util/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb502b3..cb34571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Fix missing newlines in some printfs + * Fix 'make install-strip'. Reported by Dominick Layfield + 2009-01-05 Miklos Szeredi * Released 2.8.0-pre2 diff --git a/util/Makefile.am b/util/Makefile.am index d4f742b..ce5d726 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -32,7 +32,7 @@ install-exec-local: $(mkdir_p) $(DESTDIR)$(MOUNT_FUSE_PATH) $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse $(mkdir_p) $(DESTDIR)$(INIT_D_PATH) - $(INSTALL_PROGRAM) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse + $(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse @if test -x /usr/sbin/update-rc.d; then \ echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \ /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \ -- 2.30.2