nixpkgs/pkgs/development/libraries/glibc/subst.sh
Armijn Hemel 8125cd8915 everything to build glibc statically succesfully
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2079
2005-01-20 22:54:51 +00:00

7 lines
127 B
Bash

FILES="configure io/ftwtest-sh"
for i in $FILES ; do
sed -e "s^@PWD@^pwd^g" < $i > $i.new
mv $i.new $i
chmod +x $i
done