bin/pack-debug |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c288e423faded9390d57ebd0747c561f9735779
Author: László Németh <[email protected]>
Date:   Tue Dec 20 12:41:51 2016 +0100

    pack-debug: restore current directory
    
    Change-Id: I4c6558b7221623976cd0175d0fc33db5eff28b3a

diff --git a/bin/pack-debug b/bin/pack-debug
index 4d9f45f..fe02304 100755
--- a/bin/pack-debug
+++ b/bin/pack-debug
@@ -169,7 +169,7 @@ mv $topdir/RPMS/RPMS/*/*.rpm $rpmdir/RPMS/
 cd $rpmdir/..
 TARGET_RPM=$(ls *_download/*.tar.gz)
 tar cv *_rpm | gzip >$TARGET_RPM
-cd -
+cd $BUILD_PATH
 }
 
 #################################
@@ -304,7 +304,7 @@ mv $BUILD_PATH/DEBS/*.deb $debdir/DEBS/
 cd $debdir/..
 TARGET_DEB=$(ls *_download/*.tar.gz)
 tar cv *_deb | gzip >$TARGET_DEB
-cd -
+cd $BUILD_PATH
 }
 
 # start deb re-build
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to