wok-next rev 17726
glibc-dev: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 21:54:05 2015 +0100 (2015-03-05) |
parents | 4401be3f0919 |
children | 62ae2c6ea494 |
files | glibc-dev/receipt |
line diff
1.1 --- a/glibc-dev/receipt Thu Mar 05 17:41:58 2015 -0300 1.2 +++ b/glibc-dev/receipt Thu Mar 05 21:54:05 2015 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 { 1.5 # Mass copy and then remove all files specified in stuff/base-files.list. 1.6 # We get the files from glibc-base. Locale files are in: glibc-locale. 1.7 - cp -a $install/* $install/lib $fs 1.8 + cp -a $install/* $fs 1.9 1.10 # Rm base files. 1.11 echo -n "Removing all base files..."