summaryrefslogtreecommitdiffstats
path: root/archive-libs/zlib/INSTALL
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-29 12:40:47 +0300
committerVlad Glagolev2015-03-29 12:40:47 +0300
commit342e230abdfbee0cd53f6be98b3f7c5852d04faf (patch)
tree95adc3b6d37f82926d8651f4766215c8c41b22c2 /archive-libs/zlib/INSTALL
parent0522f9168365ccaba659fc5e70dee713da1f1358 (diff)
zlib: fixed castfs usage
Diffstat (limited to 'archive-libs/zlib/INSTALL')
-rwxr-xr-xarchive-libs/zlib/INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/archive-libs/zlib/INSTALL b/archive-libs/zlib/INSTALL
index a8adc96ba7..d4b8a77a60 100755
--- a/archive-libs/zlib/INSTALL
+++ b/archive-libs/zlib/INSTALL
@@ -1,5 +1,4 @@
cd $SOURCE_DIRECTORY.static &&
make prefix=$INSTALL_ROOT/usr install &&
cd $SOURCE_DIRECTORY &&
-make prefix=$INSTALL_ROOT/usr install &&
-rm_source_dir $SOURCE_DIRECTORY.static
+make prefix=$INSTALL_ROOT/usr install