Package: dhelp
Version: 0.6.5
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
One of the Lenny release goals is to switch /bin/sh to dash. The dhelp
Makefile includes a bashism. The needed change is:
diff -urN old/Makefile new/Makefile
- --- old/Makefile 2007-10-23 00:39:49.000000000 +0200
+++ new/Makefile 2007-11-15 09:08:07.000000000 +0100
@@ -42,7 +42,8 @@
done
mkdir -p $(DESTDIR_)/share/doc/HTML
mkdir -p $(DESTDIR_)/share/dhelp
- - cp {index,category}.rhtml $(DESTDIR_)/share/dhelp/
+ cp category.rhtml $(DESTDIR_)/share/dhelp/
+ cp index.rhtml $(DESTDIR_)/share/dhelp/
Usertags: dash
Tags: patch
- -- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHo0gLHajaM93NaGoRAt0QAJ9oe5ybx8n7gWBBzceX5vohgKtK3gCfVlaI
PMiUmkNu8LmZW8Jw1NteAaI=
=8gV6
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]