blob: 2a4c680f508c6260ab8198d4daff2c179e175f9e (
plain)
1
2
3
4
5
6
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:]]\+$$//')
|