From: joey Date: Sun, 15 Jul 2001 03:55:34 +0000 (+0000) Subject: * Fixed jibberish makesamples run to not use installed versions of the X-Git-Tag: 2.39~31 X-Git-Url: http://git.ieval.ro/?p=filters.git;a=commitdiff_plain;h=6e717d5c75b5d84cbd836add2201076582951af0 * Fixed jibberish makesamples run to not use installed versions of the filters. --- diff --git a/Makefile b/Makefile index 68a3588..1d8cbc5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: $(ALL) $(OTHER) samples: $(ALL) $(OTHER) -rm -f SAMPLES - PATH=. echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh + PATH=.:$$PATH; export PATH; echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh clean: $(RM) -f core *.o *~ $(ALL) *.c SAMPLES diff --git a/debian/changelog b/debian/changelog index 7b9def8..aa7a45e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +filters (2.19) unstable; urgency=low + + * Fixed jibberish makesamples run to not use installed versions of the + filters. + + -- Joey Hess Sat, 14 Jul 2001 23:44:45 -0400 + filters (2.18) unstable; urgency=low * ky00te is free! That leaves only newspeak in filters-nonfree. diff --git a/makesample.sh b/makesample.sh index 5024e63..ce38c2e 100644 --- a/makesample.sh +++ b/makesample.sh @@ -4,3 +4,4 @@ echo $1 >>SAMPLES echo "-------------" >>SAMPLES printf "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES echo "" >>SAMPLES +echo "" >>SAMPLES