summaryrefslogtreecommitdiffstats
path: root/builddeb
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-05-19 10:00:34 +0900
committerMichele Calgaro <[email protected]>2023-05-19 17:55:47 +0900
commite14b6685fea737b0087c44b3db4c14ef0a53463e (patch)
treeb4e8307ff7c26d45bb2897bd315ae0932732e3be /builddeb
parentfa69d809c78de91a637bfc7d9ad961e4682c0789 (diff)
downloadlibksquirrel-e14b6685fea737b0087c44b3db4c14ef0a53463e.tar.gz
libksquirrel-e14b6685fea737b0087c44b3db4c14ef0a53463e.zip
Removed unnecessary files
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0d3ac8f304e1726db2f4849950435c2fa232855e)
Diffstat (limited to 'builddeb')
-rwxr-xr-xbuilddeb14
1 files changed, 0 insertions, 14 deletions
diff --git a/builddeb b/builddeb
deleted file mode 100755
index 1c56e6c..0000000
--- a/builddeb
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//`
-
-make install DESTDIR=`pwd`/B &&
-rm -f B/usr/lib/ksquirrel-libs/*.la &&
-rm -f B/usr/lib/*.la &&
-rm -f B/usr/lib/ksquirrel-libs/*.so &&
-rm -f B/usr/lib/ksquirrel-libs/*.so.0 &&
-strip B/usr/lib/ksquirrel-libs/* &&
-strip B/usr/lib/*
-strip B/usr/bin/*
-dpkg-deb -b B ksquirrel-libs_${vers}_i386.deb &&
-rm -rf B/usr \ No newline at end of file