summaryrefslogtreecommitdiffstats
path: root/redhat/docker/pclinuxos
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-11-05 20:36:04 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-11-05 20:36:04 +0100
commitf604d2d72f45d13aeb1706c855624e40a43a602b (patch)
treeac955ccbf464cfded46a1498fb29808127e31a13 /redhat/docker/pclinuxos
parent488d11495027a75355bebe4ad16497b336dbf404 (diff)
downloadtde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.tar.gz
tde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.zip
RPM: update build scripts
Diffstat (limited to 'redhat/docker/pclinuxos')
-rwxr-xr-xredhat/docker/pclinuxos/genla.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/docker/pclinuxos/genla.sh b/redhat/docker/pclinuxos/genla.sh
index b909b0601..ecc7ac98f 100755
--- a/redhat/docker/pclinuxos/genla.sh
+++ b/redhat/docker/pclinuxos/genla.sh
@@ -60,4 +60,5 @@ dlpreopen=''
libdir='${LIBDIR}'
EOF
-sudo mv "/tmp/$LIB.$$" "${FILE}"
+[ $(whoami) = "root" ] || SUDO="sudo"
+$SUDO mv "/tmp/$LIB.$$" "${FILE}"