diff options
-rw-r--r-- | Makefile.am | 1 |
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) |