summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 18:00:11 -0600
committerJeff Carr <[email protected]>2024-01-03 18:00:11 -0600
commitb54d69717383e6301cb335a3e490e1892399d46b (patch)
tree4088cb12d2db23a06552d93ea75e7eb107e3f578
parentcfcac121b9a35f489c958ba693958ec53f7d9f4b (diff)
more .deb package fixes
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--debian/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/Makefile b/debian/Makefile
index 8318fef..fab9648 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -26,6 +26,7 @@ extract:
mkdir -p ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}
cp ../*.so ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/
cp ../README.md ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/
+ cd ../files/usr/lib/go-gui/ && ln -s ${GUIVERSION}/${TOOLKITVERSION}/ latest
# makes the DEBIAN/ directory
DEBIAN:
@@ -45,8 +46,8 @@ DEBIAN:
chmod +x DEBIAN
cp postinst DEBIAN
- echo cd /usr/lib/go-gui/ >>DEBIAN/postinst
- echo ln -sf ${GUIVERSION}/${TOOLKITVERSION} latest >>DEBIAN/postinst
+ # echo cd /usr/lib/go-gui/ >>DEBIAN/postinst
+ # echo ln -sf ${GUIVERSION}/${TOOLKITVERSION} latest >>DEBIAN/postinst
build:
mv DEBIAN ../files/