mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
* Work around an apparent bug in the Nix expression lexer (it doesn't
accept $' in ''-strings). svn path=/nixpkgs/trunk/; revision=17942
This commit is contained in:
parent
30006470aa
commit
b578e0d353
@ -27,7 +27,7 @@ vmTools.buildRPM (
|
||||
|
||||
postInstall = ''
|
||||
for i in $out/rpms/*/*.rpm; do
|
||||
if echo $i | grep -vq '\.src\.rpm$'; then
|
||||
if echo $i | grep -vq "\.src\.rpm$"; then
|
||||
echo "file rpm $i" >> $out/nix-support/hydra-build-products
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user