summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 520f53f)
raw | patch | inline | side by side (parent: 520f53f)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 3 Jun 2011 15:31:58 +0000 (17:31 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 3 Jun 2011 15:31:58 +0000 (17:31 +0200) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index b3d93b40b0885bdef13029769a6a0f121487bf4e..f06402fe26d8866fe6cd421b8f1a522bbb388eb3 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/collection4
+
+ mkdir -p debian/collection4/usr/lib/
+ mv debian/collection4/usr/bin/ debian/collection4/usr/lib/collection4
+ mkdir -p debian/collection4/usr/share/collection4
+ mv debian/collection4/usr/share/*.css debian/collection4/usr/share/collection4
+ mv debian/collection4/usr/share/*.js debian/collection4/usr/share/collection4
binary-indep: build install
# nothing to do here