1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Importing and exporting of pre-built packages.

This commit is contained in:
Eelco Dolstra 2003-04-02 15:34:05 +00:00
parent 383f9bb0f1
commit 5bc26fb73f
3 changed files with 115 additions and 21 deletions

View file

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