From 315159df6e2fdeb520abea6b9023c16123e32e06 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Tue, 9 Nov 2010 22:03:07 +0000 Subject: [PATCH] Store scripts into package --- dist-gpl.sh | 1 + dist-gps.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dist-gpl.sh b/dist-gpl.sh index 72a33a7..9a711e2 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -19,6 +19,7 @@ sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ bines="bin/gedlnx bin/gnlnx bin/rddtlnx" files="${bines} docs/copying docs/copying.lib bin/requirements.txt" +files="${files} bin/golded bin/openbsd-vt220.sh" files="${files} docs/golded.html docs/golded.txt docs/goldnode.html" files="${files} docs/goldnode.txt docs/license.txt docs/notework.txt" files="${files} docs/rddt.html docs/rddt.txt docs/readme.txt" diff --git a/dist-gps.sh b/dist-gps.sh index 38d35f6..78a566a 100755 --- a/dist-gps.sh +++ b/dist-gps.sh @@ -16,6 +16,8 @@ cd .. ; tar -jcf ${name} \ --exclude golded+/obj \ --exclude golded+/lib \ --exclude golded+/bin \ + --include golded+/bin/golded \ + --include golded+/bin/openbsd-vt220.sh \ --exclude golded+/Release \ --exclude golded+/Debug \ --exclude golded+/debian/golded+ \