summaryrefslogtreecommitdiffstats
path: root/redhat/build/rpmdist.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2015-11-08 14:41:45 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2015-11-08 14:41:45 +0100
commit1ec7b4b4b975e6ab68f45907ce437d7289458f1b (patch)
tree4b2ee4b90becb83a3182609b541ca52945c41bbe /redhat/build/rpmdist.sh
parente187705a4cf93d04d69e4b58351c128432bf8ba8 (diff)
downloadtde-packaging-1ec7b4b4b975e6ab68f45907ce437d7289458f1b.tar.gz
tde-packaging-1ec7b4b4b975e6ab68f45907ce437d7289458f1b.zip
RPM Packaging: more update for 14.0.2
Diffstat (limited to 'redhat/build/rpmdist.sh')
-rwxr-xr-xredhat/build/rpmdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/build/rpmdist.sh b/redhat/build/rpmdist.sh
index 19b78d701..81f077479 100755
--- a/redhat/build/rpmdist.sh
+++ b/redhat/build/rpmdist.sh
@@ -42,8 +42,8 @@ case $a in
DIST=".oss$((read l; read a b c; echo ${c//./}) </etc/SuSE-release)"
;;
# PCLinuxOS
- #PCLinuxOS) PCLINUXOS="${c}"; DIST=".pclos${c}";;
- PCLinuxOS) PCLINUXOS="${c}"; DIST=".pclos";;
+ PCLinuxOS) PCLINUXOS="${c}"; DIST=".pclos${c}";;
+ #PCLinuxOS) PCLINUXOS="${c}"; DIST=".pclos";;
*) echo "distrib non reconnue !! $a";;
esac