Moving python stubs to their own subdirectory within the source tree.

This commit is contained in:
Daniel Baumann 2013-11-04 07:00:25 +01:00
parent afafe4628c
commit 52122b2845
7 changed files with 5 additions and 10 deletions

View File

@ -13,11 +13,8 @@ test:
@for SCRIPT in $(SCRIPTS); \
do \
if ! head -n1 $${SCRIPT} | grep -qs python; \
then \
sh -n $${SCRIPT}; \
echo -n "."; \
fi; \
done
@echo " done."
@ -28,11 +25,8 @@ test:
then \
for SCRIPT in $(SCRIPTS); \
do \
if ! head -n1 $${SCRIPT} | grep -qs python; \
then \
checkbashisms -f -x $${SCRIPT}; \
echo -n "."; \
fi; \
done; \
else \
echo "WARNING: skipping bashism test - you need to install devscripts."; \
@ -55,6 +49,7 @@ install:
mkdir -p $(DESTDIR)/usr/lib/live
cp -a scripts/* $(DESTDIR)/usr/lib/live
cp -a components/* $(DESTDIR)/usr/lib/live/build
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-build