# HG changeset patch # User Pascal Bellard # Date 1425588845 -3600 # Node ID 518204624cc3c966636554e87b6cda7e662cbbf6 # Parent 4401be3f091970bdca01902e534e66f439cd0619 glibc-dev: fix genpkg_rules diff -r 4401be3f0919 -r 518204624cc3 glibc-dev/receipt --- a/glibc-dev/receipt Thu Mar 05 17:41:58 2015 -0300 +++ b/glibc-dev/receipt Thu Mar 05 21:54:05 2015 +0100 @@ -19,7 +19,7 @@ { # Mass copy and then remove all files specified in stuff/base-files.list. # We get the files from glibc-base. Locale files are in: glibc-locale. - cp -a $install/* $install/lib $fs + cp -a $install/* $fs # Rm base files. echo -n "Removing all base files..."