aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-02-18 07:44:20 -0500
committerKen Moore <moorekou@gmail.com>2016-02-18 07:44:20 -0500
commita802ff1a04e0835efe87e2d702a6c686f977e280 (patch)
tree30fccb620bd0cf3c4c56ffa9f92f569647be6d15
parentFind/switch a bunch of other "delete" calls on QWidgets to the Qt deleteLater... (diff)
parentMerge pull request #185 from Sunderland93/master (diff)
downloadlumina-a802ff1a04e0835efe87e2d702a6c686f977e280.tar.gz
lumina-a802ff1a04e0835efe87e2d702a6c686f977e280.tar.bz2
lumina-a802ff1a04e0835efe87e2d702a6c686f977e280.zip
Merge branch 'master' of github.com:pcbsd/lumina
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1f88907b..b8460671 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,7 @@ override_dh_install:
$(CURDIR)/debian/lumina-desktop/usr/bin/Lumina-DE
# make install / dh_auto_install will automatically strip the library.
# This is a work-around to preserve the debug symbols for the debug package.
+ install -m755 -d $(CURDIR)/debian/libluminautils1/usr/lib/$(DEB_HOST_MULTIARCH)
install -m644 libLumina/libLuminaUtils.so.1.0.0 \
$(CURDIR)/debian/libluminautils1/usr/lib/$(DEB_HOST_MULTIARCH)
bgstack15