Skip to content

Commit a97b297

Browse files
abubakarsabir924-cellabubakarsabir924-cell
authored andcommitted
packaging: remove legacy .egg references from Makefile.com
1 parent aa511d2 commit a97b297

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ install-exec-local: .stamp-distutils-in-builddir
6969
# about how distutils works to do this. Unfortunately, distutils
7070
# doesn't provide a way to do this itself.
7171
uninstall-local:
72-
rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
72+
# rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
7373
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers/__pycache__
74-
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg
74+
# rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg
7575
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.dist-info
7676
for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \
7777
rm -f $(DESTDIR)/$(pythondir)/$$file*; \
@@ -401,8 +401,8 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \
401401
distclean-local:
402402
rm -rf html
403403
rm -rf cupshelpers/__pycache__
404-
rm -rf cupshelpers.egg-info/
405-
rm -rf dist/cupshelpers*.egg
404+
# rm -rf cupshelpers.egg-info/
405+
# rm -rf dist/cupshelpers*.egg
406406
rm -rf dist
407407

408408
.PHONY: update-po missing-languages run help FORCE

0 commit comments

Comments
 (0)