Skip to content
Snippets Groups Projects
Commit 1447cf35 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Delete source after building.

parent 136c00e8
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,5 @@ cd atk-*
./configure --prefix=$top
make
make install
cd ..
rm -rf atk-*
......@@ -8,3 +8,5 @@ cd glib-*
./configure --prefix=$top
make
make install
cd ..
rm -rf glib-*
......@@ -10,3 +10,5 @@ cd gnet-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gnet-*
......@@ -10,3 +10,5 @@ cd gtk+-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gtk+-*
......@@ -11,3 +11,5 @@ cd gtkspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gtkspell-*
......@@ -10,3 +10,5 @@ cd pango-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pango-*
......@@ -8,3 +8,5 @@ cd pkgconfig-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pkgconfig-*
......@@ -8,3 +8,5 @@ cd pspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pspell-*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment