From 1f2b4af32761563219eb963bf48da9ebb3a6f6e3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 21 Apr 2013 23:25:55 -0400 Subject: * Created IPS package * Major overhaul in progress --- test.ips | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test.ips') 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 -- cgit