[beast: 8/41] MISC: make-deb.sh: move the final package into CWD
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 8/41] MISC: make-deb.sh: move the final package into CWD
- Date: Fri, 16 Jun 2017 10:23:28 +0000 (UTC)
commit b2a319013af82d16df8904a1b26962363eed8043
Author: Tim Janik <timj gnu org>
Date: Tue Jun 13 23:24:58 2017 +0200
MISC: make-deb.sh: move the final package into CWD
Signed-off-by: Tim Janik <timj gnu org>
misc/make-deb.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/misc/make-deb.sh b/misc/make-deb.sh
index 0c494df..e20d9a6 100755
--- a/misc/make-deb.sh
+++ b/misc/make-deb.sh
@@ -170,3 +170,7 @@ fakeroot dpkg-deb $FASTZIP -b $DESTDIR $DESTDIR/..
# check the package
#lintian -i --no-tag-display-limit $DESTDIR/../$NAME''_$VERSION''_$ARCH.deb
+
+# Move the package
+mv $DESTDIR/../$NAME''_$VERSION''_$ARCH.deb .
+ls -al $NAME''_$VERSION''_$ARCH.deb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]