summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-08-11 21:15:46 -0400
committergregor herrmann <gregoa@debian.org>2020-11-09 16:51:33 +0100
commited8027043136222f805cddfa3a10ad4eebc80a16 (patch)
treeccfc9ae7ad8eaf593dc38bf06ac8bb86385a354d
parent19c2a3aec39738c4b8e166db047972c44d88d06d (diff)
Fix bashism: dash requires path to file in "." when sourcing it.
Bug-Debian: #374151 Gbp-Pq: Name bashism.patch
-rw-r--r--RTjpeg/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/RTjpeg/Makefile.PL b/RTjpeg/Makefile.PL
index c6b01a6..615b8bf 100644
--- a/RTjpeg/Makefile.PL
+++ b/RTjpeg/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
sub MY::postamble { <<EOF
codec/RTjpeg.c: codec/compose.sh
- cd codec && . compose.sh
+ cd codec && . ./compose.sh
codec/RTjpeg.o: codec/RTjpeg.c codec/RTjpeg.h
\$(CCCMD) \$(CCCDLFLAGS) -o \$@ \$<