mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 09:31:01 +00:00
touch something to keep chmod happy
svn path=/nixu/trunk/; revision=3370
This commit is contained in:
parent
62882b6d0a
commit
001302e0f8
|
@ -2,9 +2,10 @@
|
|||
|
||||
archivesDir=/tmp/arch
|
||||
manifest=${archivesDir}/MANIFEST
|
||||
nixpkgs=/nixpkgs2/trunk/pkgs
|
||||
nixpkgs=/nixpkgs/trunk/pkgs
|
||||
fill_disk=$archivesDir/scripts/fill-disk.sh
|
||||
|
||||
touch ${archivesDir}/blah
|
||||
chmod -f -R +w ${archivesDir}/*
|
||||
rm -rf ${archivesDir}/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue