summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-22 18:00:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-22 18:00:21 -0700
commitcf90306f84dad39b184692b2ab862eea998e27c2 (patch)
tree020032364db11b84851353a7d2e54f9b18c6c930 /archive
parent42edf6b17449f09048e432584d463212f8aa02c2 (diff)
downloaddotfiles-cf90306f84dad39b184692b2ab862eea998e27c2.tar.gz
update some more 'use lib' paths
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;