diff options
Diffstat (limited to 'test.ips')
-rw-r--r-- | test.ips | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -18,10 +18,13 @@ license: GPL %end %build -configure --prefix=/usr -make +python -m compileall -f . +#configure --prefix=/usr +#make %end %install -make install +mkdir $BUILDROOT/usr/bin +cp testpkg.pyc $BUILDROOT/usr/bin +#make install %end
\ No newline at end of file |