summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpawelz2009-12-25 13:38:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit457c04ac1c9ece2b8be03f323eb9f1351ab59bf8 (patch)
treeda6b1cbf7a4aa14e11a8417873baa008ddacb995
parent0ed15fb771e5c461f8a9eda0242886d3fcabc858 (diff)
downloadfonts-TTF-microsoft-457c04ac1c9ece2b8be03f323eb9f1351ab59bf8.zip
fonts-TTF-microsoft-457c04ac1c9ece2b8be03f323eb9f1351ab59bf8.tar.gz
- don't hardcode package name (even the correct one)
Changed files: license-installer.sh -> 1.13
-rw-r--r--license-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/license-installer.sh b/license-installer.sh
index 27a0ac7..a47c817 100644
--- a/license-installer.sh
+++ b/license-installer.sh
@@ -4,7 +4,7 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then
SRPMDIR=`rpm --define "_topdir $tmp" --eval "%{_srcrpmdir}"`
BUILDDIR=`rpm --define "_topdir $tmp" --eval "%{_builddir}"`
RPMDIR=`rpm --define "_topdir $tmp" --eval "%{_rpmdir}"`
- PACKAGEDIR="$tmp/packages/acroread"
+ PACKAGEDIR="$tmp/packages/@BASE_NAME@"
mkdir -p $SRPMDIR $RPMDIR $SRPMDIR $BUILDDIR $PACKAGEDIR
if echo "$3" | grep '\.src\.rpm$' >/dev/null; then