Revision | 086130a7a57fd86e98fdcaf04731bc258e84d1bd (tree) |
---|---|
Zeit | 2012-03-13 23:40:54 |
Autor | matsuand <matsuand@user...> |
Commiter | matsuand |
[BLFS] Modified libogg.
@@ -20,12 +20,7 @@ echo $TARGET | ||
20 | 20 | echo \ \ Removing old directory... |
21 | 21 | rm -fr $TARGETDIR |
22 | 22 | |
23 | -echo \ \ Extracting... | |
24 | -if ! test -f $DLD/$TARGETBALL; then | |
25 | - echo \ \ Tarball not found: $TARGETBALL && exit 1 | |
26 | -else | |
27 | - tar xf $DLD/$TARGETBALL | |
28 | -fi | |
23 | +. $WRK/_extract.sh | |
29 | 24 | |
30 | 25 | cd $TARGETDIR |
31 | 26 |