mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
93ba4df502
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
313 B
Diff
11 lines
313 B
Diff
--- Makefile.PL.orig 2009-05-21 14:16:48.000000000 +0200
|
|
+++ Makefile.PL 2010-06-21 00:41:30.631164799 +0200
|
|
@@ -43,7 +43,7 @@
|
|
|
|
my (%config, %ttconfig);
|
|
while ($_ = shift) {
|
|
- my ($k, $v) = split(/=/);
|
|
+ my ($k, $v) = split(/=/, $_, 2);
|
|
if ($k =~ /^TT/) {
|
|
$ttconfig{ $k } = $v || 0;
|
|
}
|