[Glibc-bsd-commits] r5275 - trunk/freebsd-buildutils/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Dec 30 16:32:48 UTC 2013


Author: rmh
Date: 2013-12-30 16:32:48 +0000 (Mon, 30 Dec 2013)
New Revision: 5275

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/rules
Log:
Install file2c and brandelf directly to /usr/bin.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2013-12-30 16:27:51 UTC (rev 5274)
+++ trunk/freebsd-buildutils/debian/changelog	2013-12-30 16:32:48 UTC (rev 5275)
@@ -3,6 +3,7 @@
   * Correctly setup BSD version of MAKEFLAGS to support parallel builds.
   * Install make and mtree by their upstream names (fmake and fmtree).
     Remove the legacy symlinks (leave them to freebsd-glue).
+  * Install file2c and brandelf directly to /usr/bin.
 
  -- Robert Millan <rmh at debian.org>  Sun, 29 Dec 2013 20:38:18 +0100
 

Modified: trunk/freebsd-buildutils/debian/rules
===================================================================
--- trunk/freebsd-buildutils/debian/rules	2013-12-30 16:27:51 UTC (rev 5274)
+++ trunk/freebsd-buildutils/debian/rules	2013-12-30 16:32:48 UTC (rev 5275)
@@ -141,7 +141,10 @@
 	dh_prep
 	dh_installdirs
 
-	for i in cksum lex mkdep file2c brandelf ; do \
+	$(PMAKE) -C build-tree/src/usr.bin/file2c install DESTDIR=$(CURDIR)/debian/$(package) BINDIR=/usr/bin
+	$(PMAKE) -C build-tree/src/usr.bin/brandelf install DESTDIR=$(CURDIR)/debian/$(package) BINDIR=/usr/bin
+
+	for i in cksum lex mkdep ; do \
 	  $(PMAKE) -C $(CURDIR)/build-tree/src/usr.bin/$$i install \
 		DESTDIR=$(CURDIR)/debian/$(package) BINDIR=/usr/lib/freebsd ; \
 	done




More information about the Glibc-bsd-commits mailing list