summaryrefslogtreecommitdiff
path: root/sysutils/webmin/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-23 19:47:21 +0000
committerjlam <jlam@pkgsrc.org>2004-07-23 19:47:21 +0000
commit4666a693977f37fd57eb7f8a26311f037cc246d9 (patch)
tree26fab50ccea644ddc766685f6691d8d136cbe508 /sysutils/webmin/patches
parentcbd33f37fb14bc163e45096e98e3536aae640551 (diff)
downloadpkgsrc-4666a693977f37fd57eb7f8a26311f037cc246d9.tar.gz
We need to generate the PLIST or else binary packages won't be created
properly.
Diffstat (limited to 'sysutils/webmin/patches')
-rw-r--r--sysutils/webmin/patches/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/webmin/patches/patch-aa b/sysutils/webmin/patches/patch-aa
index af6b0cbfba5..2fb22b0e919 100644
--- a/sysutils/webmin/patches/patch-aa
+++ b/sysutils/webmin/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/07/23 19:28:32 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2004/07/23 19:47:21 jlam Exp $
--- setup.sh.orig Wed Jun 2 01:33:09 2004
+++ setup.sh
@@ -18,3 +18,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/07/23 19:28:32 jlam Exp $
if [ "$noperlpath" = "" ]; then
echo "Inserting path to perl into scripts.."
(find "$wadir" -name '*.cgi' -print ; find "$wadir" -name '*.pl' -print) | $perl "$wadir/perlpath.pl" $perl -
+@@ -661,8 +663,6 @@ if [ "\$answer" = "y" ]; then
+ $config_dir/stop
+ echo "Running uninstall scripts .."
+ (cd "$wadir" ; WEBMIN_CONFIG=$config_dir WEBMIN_VAR=$var_dir LANG= "$wadir/run-uninstalls.pl")
+- echo "Deleting $wadir .."
+- rm -rf "$wadir"
+ echo "Deleting $config_dir .."
+ rm -rf "$config_dir"
+ echo "Done!"