diff options
Diffstat (limited to 'redhat/build')
-rwxr-xr-x | redhat/build/build_rpm_package.sh | 1 | ||||
-rwxr-xr-x | redhat/build/configure_repository.sh | 2 | ||||
-rwxr-xr-x | redhat/build/rpmdist.sh | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/redhat/build/build_rpm_package.sh b/redhat/build/build_rpm_package.sh index 77a547b18..7c4609e8a 100755 --- a/redhat/build/build_rpm_package.sh +++ b/redhat/build/build_rpm_package.sh @@ -84,6 +84,7 @@ rpmbuild -ba \ --define "with_lame 1" \ --define "with_mad 1" \ --define "with_mpeg 1" \ + --define "with_xine 1" \ --define "with_xscreensaver 1" \ "${TEMPDIR}/${SPECFILE##*/}" RET=$? diff --git a/redhat/build/configure_repository.sh b/redhat/build/configure_repository.sh index 18c91eb1a..ce318f200 100755 --- a/redhat/build/configure_repository.sh +++ b/redhat/build/configure_repository.sh @@ -34,3 +34,5 @@ if [ -x /usr/bin/zypper ]; then sudo zypper ar -G ${RPMDIR}/${ARCH} rpmbuild.${ARCH} sudo zypper ar -G ${RPMDIR}/noarch rpmbuild.noarch fi + +# PCLOS diff --git a/redhat/build/rpmdist.sh b/redhat/build/rpmdist.sh index 72ccbf453..19b78d701 100755 --- a/redhat/build/rpmdist.sh +++ b/redhat/build/rpmdist.sh @@ -42,7 +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${c}";; + PCLinuxOS) PCLINUXOS="${c}"; DIST=".pclos";; *) echo "distrib non reconnue !! $a";; esac |