Check-in Number:
|
3737 | |
Date: |
2004-Jan-10 23:21:47 (local)
2004-Jan-10 22:21:47 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix installation |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/Makefile.in 1.7 -> 1.8
--- Makefile.in 2004/01/10 19:34:26 1.7
+++ Makefile.in 2004/01/10 22:21:47 1.8
@@ -105,6 +105,7 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man3
+ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
$(SHTOOL) install -c -m 755 uuid-config $(DESTDIR)$(bindir)/
$(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/
$(SHTOOL) install -c -m 644 uuid.3 $(DESTDIR)$(mandir)/man3/
@@ -119,6 +120,7 @@
-$(RM) $(DESTDIR)$(mandir)/man3/uuid.3
-$(RM) $(DESTDIR)$(includedir)/uuid.h
-$(RM) $(DESTDIR)$(bindir)/uuid-config
+ -$(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE)
-$(RMDIR) $(DESTDIR)$(mandir)/man3 >/dev/null 2>&1 || $(TRUE)
-$(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE)
-$(RMDIR) $(DESTDIR)$(libdir) >/dev/null 2>&1 || $(TRUE)
|
|