[Glibc-bsd-commits] r2410 - trunk/freebsd-libs/debian

Aurelien Jarno aurel32 at alioth.debian.org
Tue Apr 7 10:08:53 UTC 2009


Author: aurel32
Date: 2009-04-07 10:08:53 +0000 (Tue, 07 Apr 2009)
New Revision: 2410

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
  * Fix a few bashisms in debian/rules.



Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2009-04-07 10:07:06 UTC (rev 2409)
+++ trunk/freebsd-libs/debian/changelog	2009-04-07 10:08:53 UTC (rev 2410)
@@ -8,6 +8,7 @@
     - Remove build-depends on kfreebsd-source-7.1.
     - Update patches accordingly.
   * Change patch level to -p1.
+  * Fix a few bashisms in debian/rules.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Sun, 05 Apr 2009 15:45:14 +0200
 

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2009-04-07 10:07:06 UTC (rev 2409)
+++ trunk/freebsd-libs/debian/rules	2009-04-07 10:08:53 UTC (rev 2410)
@@ -95,7 +95,7 @@
 	dh_clean -k -s 
 	dh_installdirs -s
 
-	mkdir -p $(DESTDIR)/usr/{lib,include,share/man/man3}
+	mkdir -p $(DESTDIR)/usr/lib $(DESTDIR)/usr/include $(DESTDIR)/usr/share/man/man3
 	$(PMAKE) -C $(CURDIR)/lib/libsbuf install
 	$(PMAKE) -C $(CURDIR)/lib/libcam install
 	$(PMAKE) -C $(CURDIR)/lib/libgeom install




More information about the Glibc-bsd-commits mailing list