1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 05:00:58 +01:00

* Delete source after building.

This commit is contained in:
Eelco Dolstra 2003-04-06 22:09:47 +00:00
parent 136c00e881
commit 1447cf35bd
8 changed files with 16 additions and 0 deletions

View file

@ -8,3 +8,5 @@ cd pspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pspell-*