- Add blackbox_list_files to RPM and MacPorts packages.

- Makefile should not require DESTDIR variable.
This commit is contained in:
tlimoncelli@stackexchange.com
2015-02-16 16:17:30 +00:00
parent 7cfb47c09b
commit ee3b6612ff
3 changed files with 5 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ tools/mk_macports.vcs_blackbox.txt: tools/mk_rpm_fpmdir.stack_blackbox.txt
sed -e 's@/usr/blackbox/bin/@bin/@g' -e '/profile.d-usrblackbox.sh/d' <tools/mk_rpm_fpmdir.stack_blackbox.txt >$@
check-destdir:
ifndef DESTDIR
$(error DESTDIR is undefined)
endif
ifndef DESTDIR
$(error DESTDIR is undefined)
endif
# MacPorts expects to run: make packages-macports DESTDIR=${destroot}
packages-macports: tools/mk_macports.vcs_blackbox.txt check-destdir