File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
7171uninstall-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 \
401401distclean-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
You can’t perform that action at this time.
0 commit comments