mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-30 07:34:19 +08:00
Fix 'make install-strip'. Reported by Dominick Layfield
This commit is contained in:
parent
2b99e9d97d
commit
5be4599b70
@ -2,6 +2,8 @@
|
||||
|
||||
* Fix missing newlines in some printfs
|
||||
|
||||
* Fix 'make install-strip'. Reported by Dominick Layfield
|
||||
|
||||
2009-01-05 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 2.8.0-pre2
|
||||
|
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user