forked from Lainports/freebsd-ports
11 lines
293 B
Text
11 lines
293 B
Text
--- py_ext/Makefile.am.orig 2017-04-07 08:12:56 UTC
|
|
+++ py_ext/Makefile.am
|
|
@@ -18,7 +18,7 @@ clean-local:
|
|
rm -Rf test.swf build
|
|
|
|
install:
|
|
- $(PYTHON) setup.py install --prefix $(prefix) --root "/$(DESTDIR)"
|
|
+ $(PYTHON) setup.py install --prefix $(prefix)
|
|
|
|
test.swf:
|
|
$(PYTHON) shape.py
|