summaryrefslogtreecommitdiff
path: root/www/amphetadesk/files/patch-defaults
diff options
context:
space:
mode:
Diffstat (limited to 'www/amphetadesk/files/patch-defaults')
-rw-r--r--www/amphetadesk/files/patch-defaults12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/amphetadesk/files/patch-defaults b/www/amphetadesk/files/patch-defaults
deleted file mode 100644
index 75c5c66b670b..000000000000
--- a/www/amphetadesk/files/patch-defaults
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/AmphetaDesk/Settings.pm.DIST Mon Oct 28 12:40:41 2002
-+++ lib/AmphetaDesk/Settings.pm Thu Apr 8 23:29:33 2004
-@@ -105,7 +105,8 @@
- $SETTINGS{app_contact} = "Morbus Iff";
- $SETTINGS{app_email} = "morbus\@disobey.com";
- $SETTINGS{app_os} = $^O;
-- $SETTINGS{dir_data} = catdir($Bin, "data");
-+ my $envtmp = $ENV{AM_DIR};
-+ $SETTINGS{dir_data} = catdir($envtmp, "data");
- $SETTINGS{dir_docs} = catdir($Bin, "docs");
- $SETTINGS{dir_templates} = catdir($Bin, "templates", "default");
- $SETTINGS{dir_gui} = catdir($SETTINGS{dir_templates}, "gui");