blob: b9aec371bb388fbbc19e8d16fd40f5017db211e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
pre-build::
mv debian/distrospecific/* . || true
# needed for usplash
CFLAGS += -fPIC
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/desktop-base-trinity/
binary-fixup/desktop-base::
dh_gconf --priority=15
|