summaryrefslogtreecommitdiffstats
path: root/redhat/genrpm.sh
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-11-01 18:37:48 +0100
committeralbator <albator@arcadia.vtf>2011-11-01 18:37:48 +0100
commit66a82fee884dcf547ebb3b8f4afe23740c03cc12 (patch)
treef3e6f871d4c37978dc6f6e10dc679658eab61dd6 /redhat/genrpm.sh
parent9867fcbf8cecdd2bcdef4eaa288d173dccff1059 (diff)
downloadtde-packaging-66a82fee884dcf547ebb3b8f4afe23740c03cc12.tar.gz
tde-packaging-66a82fee884dcf547ebb3b8f4afe23740c03cc12.zip
TDE 3.5.13: add french translations
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-xredhat/genrpm.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh
index 4fca9b93e..eb7015de2 100755
--- a/redhat/genrpm.sh
+++ b/redhat/genrpm.sh
@@ -1,6 +1,7 @@
#!/bin/bash
cd "$( dirname "$0" )"
+ARGS="$@"
clear
cat <<EOF
@@ -75,6 +76,7 @@ EOF
--define "_sourcedir ${PWD}/${COMP}" \
--define "_prefix ${PREFIX:-/opt/trinity}" \
--define "version ${VERSION:-3.5.13}" \
+ $ARGS \
${COMP}/${SPEC} || exit 1
) 2>&1 | tee /tmp/log
set +x