aboutsummaryrefslogtreecommitdiff
path: root/test.ips
diff options
context:
space:
mode:
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