aboutsummaryrefslogtreecommitdiff
path: root/packages/debian/makedeb.sh
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-31 10:36:57 -0500
committerswirl <swurl@swurl.xyz>2022-01-31 10:36:57 -0500
commitd664361b153a588603f9bd70f0bd1404cd567691 (patch)
tree019bf4f2c2d130763083a33bcef09d87d5808129 /packages/debian/makedeb.sh
parent02f24117f083f7ab003efa3186852dd677b7708b (diff)
downloadPrismLauncher-d664361b153a588603f9bd70f0bd1404cd567691.tar.gz
PrismLauncher-d664361b153a588603f9bd70f0bd1404cd567691.tar.bz2
PrismLauncher-d664361b153a588603f9bd70f0bd1404cd567691.zip
remove deb packaging
Diffstat (limited to 'packages/debian/makedeb.sh')
-rwxr-xr-xpackages/debian/makedeb.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/debian/makedeb.sh b/packages/debian/makedeb.sh
deleted file mode 100755
index 5a8c71dd..00000000
--- a/packages/debian/makedeb.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-mkdir builddir
-cd builddir
-cmake -DLauncher_LAYOUT=lin-system -DCMAKE_INSTALL_PREFIX=../polymc/usr ../../../
-make -j$(nproc) install
-cd ..
-VERSION_PLACEHOLDER=$(git describe --tags | sed 's/-.*//')
-cp polymc/DEBIAN/control.template polymc/DEBIAN/control
-sed -i "2s/.*/Version: $VERSION_PLACEHOLDER/" polymc/DEBIAN/control
-dpkg-deb --build polymc