aboutsummaryrefslogtreecommitdiff
path: root/test.ips
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-04-22 11:05:20 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2013-04-22 11:05:20 -0400
commitfddf6d1688f90be761536b1a86f8d6881d6ea816 (patch)
treea10c7404b0d2c0c6a3c5f029cf40211d269370f3 /test.ips
parentbe635e65fa948cf2fe7aca341b3dc6c2479e0d15 (diff)
downloadipsutils-fddf6d1688f90be761536b1a86f8d6881d6ea816.tar.gz
Add GNU GPLv3 licensing
Diffstat (limited to 'test.ips')
-rw-r--r--test.ips5
1 files changed, 3 insertions, 2 deletions
diff --git a/test.ips b/test.ips
index aceb91f..0e49af3 100644
--- a/test.ips
+++ b/test.ips
@@ -18,13 +18,14 @@ license: GPL
%end
%build
-python -m compileall -f .
+pwd
+python -m compileall -f *
#configure --prefix=/usr
#make
%end
%install
-mkdir $BUILDROOT/usr/bin
+mkdir -p $BUILDROOT/usr/bin
cp testpkg.pyc $BUILDROOT/usr/bin
#make install
%end \ No newline at end of file