5 ## If we're not in the scripts directory
6 ## assume the base directory.
7 if test "`basename $PWD`" != "scripts"; then
16 if test $?
-eq 0; then
17 echo 'Your RPM should be ready now'
19 echo 'Something went wrong when building your RPM'
22 if test -f ..
/mpd-?.??.?.
tar.gz
;
24 rm ..
/mpd-?.??.?.
tar.gz
27 if test "`basename $PWD`" != "scripts"; then