diff options
author | Ken Moore <moorekou@gmail.com> | 2016-02-18 07:44:20 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-02-18 07:44:20 -0500 |
commit | a802ff1a04e0835efe87e2d702a6c686f977e280 (patch) | |
tree | 30fccb620bd0cf3c4c56ffa9f92f569647be6d15 | |
parent | Find/switch a bunch of other "delete" calls on QWidgets to the Qt deleteLater... (diff) | |
parent | Merge pull request #185 from Sunderland93/master (diff) | |
download | lumina-a802ff1a04e0835efe87e2d702a6c686f977e280.tar.gz lumina-a802ff1a04e0835efe87e2d702a6c686f977e280.tar.bz2 lumina-a802ff1a04e0835efe87e2d702a6c686f977e280.zip |
Merge branch 'master' of github.com:pcbsd/lumina
-rwxr-xr-x | debian/rules | 1 |
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) |