diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-04 08:23:09 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-04 08:23:09 -0400 |
commit | a7e37ed8f86543074cb0449f4df431f40f175ee8 (patch) | |
tree | 25d508b5e859b3f8000faddfd192a0cdc580c417 /fluxbox/debian/rules | |
parent | ffs 13.5 (diff) | |
parent | use tuneable everywhere (diff) | |
download | stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.gz stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.bz2 stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.zip |
Merge branch 'fluxbox-bump'
Diffstat (limited to 'fluxbox/debian/rules')
-rwxr-xr-x | fluxbox/debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fluxbox/debian/rules b/fluxbox/debian/rules new file mode 100755 index 0000000..dbc6152 --- /dev/null +++ b/fluxbox/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +RULE_FILES=$(shell ls debian/rules.d/*.mk | sort -n) + +include $(RULE_FILES) + +%: + dh $@ --with autoreconf |