Fixed bug - '/' in excess

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-19 17:41:43 +00:00
parent bae88a5aca
commit 16103b1527

View file

@ -27,7 +27,7 @@ fi
# build the non debugging file list
mkdir tmp-rpm-build-%{gs_name}
make debug=no \
INSTALL_ROOT_DIR=`pwd`/tmp-rpm-build-%{gs_name}/ \
INSTALL_ROOT_DIR=`pwd`/tmp-rpm-build-%{gs_name} \
GNUSTEP_INSTALLATION_DIR=`pwd`/tmp-rpm-build-%{gs_name}/%{gs_install_dir} \
filelist=yes install
rm -rf tmp-rpm-build-%{gs_name}