Remove ./ prefix from tarball-dist files.
[privoxy.git] / GNUmakefile.in
index 6de273a..feec584 100644 (file)
@@ -440,7 +440,7 @@ tarball-dist: dist-check clean clobber
        for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
        -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
        -name "PACKAGERS" -o -path "*.git/*" \
-       -o -path "*/doc/webserver/feeds*" \) | sort`; do \
+       -o -path "*/doc/webserver/feeds*" \) | sort | $(SED) 's@^\./@@'`; do \
           files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
        done &&  \
        cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
@@ -980,7 +980,7 @@ install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
                $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
                        $(INSTALL) $(INSTALL_P) slackware/rc.privoxy $(DESTDIR)/etc/rc.d/ ;\
                $(ECHO) "Installing for Slackware." ;\
-               $(ECHO) "Dont forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
+               $(ECHO) "Don't forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
                elif [ -d $(DESTDIR)/etc/init.d ] && [ -w $(DESTDIR)/etc/init.d ] ; then \
                        $(ECHO) "Installing generic init script to $(DESTDIR)/etc/init.d/privoxy" ;\
                        $(ECHO) "Please check that the PATHs are correct, and edit if needed." ;\