aboutsummaryrefslogtreecommitdiff
path: root/test.ips
diff options
context:
space:
mode:
Diffstat (limited to 'test.ips')
-rw-r--r--test.ips9
1 files changed, 6 insertions, 3 deletions
diff --git a/test.ips b/test.ips
index 45a95e8..aceb91f 100644
--- a/test.ips
+++ b/test.ips
@@ -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