diff options
Diffstat (limited to 'fluxbox/debian/rules.d/001-constants.mk')
-rw-r--r-- | fluxbox/debian/rules.d/001-constants.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fluxbox/debian/rules.d/001-constants.mk b/fluxbox/debian/rules.d/001-constants.mk new file mode 100644 index 0000000..2a4c680 --- /dev/null +++ b/fluxbox/debian/rules.d/001-constants.mk @@ -0,0 +1,7 @@ +# Some basic constants we'll use in the build process. + +DEB_CONFIGURE_SYSCONFDIR := /etc/X11/fluxbox +DEB_STYLE_DIR := /usr/share/fluxbox/styles/ + +VERSION = $(shell dpkg-parsechangelog|grep ^Version|awk '{print $$2}' \ + |sed 's/-[[:digit:]]\+$$//') |