summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-01-20 01:46:50 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-01-20 01:46:50 +0000
commit27f518f39cd6203e9e72d644787aa3b704646db8 (patch)
treee03b963d8e99b42f2c291183fb31fb0944fa3d0e /Makefile.am
parent93e7d047e6076d7990000fdb75d0b8d33ccc6b64 (diff)
downloadpygobject-27f518f39cd6203e9e72d644787aa3b704646db8.tar.gz
pygobject-27f518f39cd6203e9e72d644787aa3b704646db8.tar.xz
pygobject-27f518f39cd6203e9e72d644787aa3b704646db8.zip
turn off zip safe, extension modules in zip files are not supported in eggs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f173928..7fc20bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,6 @@ egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
echo "gobject.so" >> $(TMPDIR)/EGG-INFO/native_libs.txt
echo "gobject" >> $(TMPDIR)/EGG-INFO/top_level.txt
echo "dsextras.py" >> $(TMPDIR)/EGG-INFO/top_level.txt
- touch $(TMPDIR)/EGG-INFO/zip-safe
cd $(TMPDIR) && zip -rq $(EGG_NAME) .
mv $(TMPDIR)/$(EGG_NAME) .
rm -fr $(TMPDIR)