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

Petr Salinger ps-guest at alioth.debian.org
Thu Jul 29 05:45:03 UTC 2010


Author: ps-guest
Date: 2010-07-29 05:45:03 +0000 (Thu, 29 Jul 2010)
New Revision: 3104

Modified:
   trunk/freebsd-libs/debian/rules
Log:
small fixup


Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2010-07-29 05:43:52 UTC (rev 3103)
+++ trunk/freebsd-libs/debian/rules	2010-07-29 05:45:03 UTC (rev 3104)
@@ -35,7 +35,7 @@
 	         lib/libusbhid sys/cam ; do \
 	    svn export $(SVN)/$$i $(ORIGDIR)/$$i ; \
 	done
-	svn cat $(SVN)/$$i/share/misc/usb_hid_usages > $(ORIGDIR)/lib/libusbhid/usb_hid_usages
+	svn cat $(SVN)/share/misc/usb_hid_usages > $(ORIGDIR)/lib/libusbhid/usb_hid_usages
 	mkdir -p $(ORIGDIR)/sys/kern && \
 	    svn cat $(SVN)/sys/kern/subr_sbuf.c > $(ORIGDIR)/sys/kern/subr_sbuf.c
 	# Remove unused files with non GPL compatible license (eg BSD 4 clauses)




More information about the Glibc-bsd-commits mailing list