]> err.no Git - util-linux/commitdiff
build-sys: fix exec/data install hooks
authorKarel Zak <kzak@redhat.com>
Fri, 3 Jul 2009 22:39:08 +0000 (00:39 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Jul 2009 22:55:56 +0000 (00:55 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makefile.am
shlibs/blkid/src/Makefile.am
shlibs/uuid/src/Makefile.am

index 5ed581b8503d8e098893fa6249312713c6612d91..d91a5eb79c9cab766117a9cfeaa17f353dc69b59 100644 (file)
@@ -124,6 +124,8 @@ install-exec-hook::
        cd $(DESTDIR)$(sbindir) && ln -sf initctl need
        cd $(DESTDIR)$(sbindir) && ln -sf initctl display-services
        cd $(DESTDIR)$(sbindir) && ln -sf initctl provide
+
+install-data-hook:
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 need.8
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 display-services.8
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 provide.8
index 2771f3e81588de928d28d65a57d13189c9ebc394..96e12fd29c2ad5dc818016778377e64f41f3cf27 100644 (file)
@@ -50,7 +50,7 @@ test_%: %.c
 
 
 # move lib from $(usrlibexecdir) to $(libdir) if needed
-install-data-hook:
+install-exec-hook:
        if test "$(usrlibexecdir)" != "$(libdir)"; then \
                mkdir -p $(DESTDIR)$(libdir); \
                mv $(DESTDIR)$(usrlibexecdir)/libblkid.so.* $(DESTDIR)$(libdir); \
index ddb55921c86648a7acc6cb6ced3614f5108c22bb..264e6adc88657f9ab689ec18f243b204f2d630ad 100644 (file)
@@ -31,7 +31,7 @@ test_%: %.c
 
 
 # move lib from $(usrlibexecdir) to $(libdir) if needed
-install-data-hook:
+install-exec-hook:
        if test "$(usrlibexecdir)" != "$(libdir)"; then \
                mkdir -p $(DESTDIR)$(libdir); \
                mv $(DESTDIR)$(usrlibexecdir)/libuuid.so.* $(DESTDIR)$(libdir); \