diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:05:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:05:20 -0400 |
commit | fddf6d1688f90be761536b1a86f8d6881d6ea816 (patch) | |
tree | a10c7404b0d2c0c6a3c5f029cf40211d269370f3 /test.ips | |
parent | be635e65fa948cf2fe7aca341b3dc6c2479e0d15 (diff) | |
download | ipsutils-fddf6d1688f90be761536b1a86f8d6881d6ea816.tar.gz |
Add GNU GPLv3 licensing
Diffstat (limited to 'test.ips')
-rw-r--r-- | test.ips | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |