summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/bin/develacc-push2
-rwxr-xr-xarchive/bin/develacc-push-all2
-rwxr-xr-xarchive/bin/sysmaint2
3 files changed, 3 insertions, 3 deletions
diff --git a/archive/bin/develacc-push b/archive/bin/develacc-push
index 7c9b5f1f..23bcb319 100755
--- a/archive/bin/develacc-push
+++ b/archive/bin/develacc-push
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use lib "$ENV{HOME}/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
use ScriptStatus;
use Term::UI;
diff --git a/archive/bin/develacc-push-all b/archive/bin/develacc-push-all
index 2d1dbd19..1fb132de 100755
--- a/archive/bin/develacc-push-all
+++ b/archive/bin/develacc-push-all
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use lib "$ENV{HOME}/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
use ScriptStatus;
use Term::UI;
diff --git a/archive/bin/sysmaint b/archive/bin/sysmaint
index 0feaf194..936c4c86 100755
--- a/archive/bin/sysmaint
+++ b/archive/bin/sysmaint
@@ -33,7 +33,7 @@
use strict;
use warnings;
-use lib "$ENV{HOME}/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
no warnings "experimental::smartmatch";
use Dpkg::Version;