]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
compilation: drop custom $REPOS variable.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Jan 2020 13:13:47 +0000 (08:13 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Jan 2020 13:13:47 +0000 (08:13 -0500)
Now that the upstream default is /var/db/repos, that's not much
harder to type than $REPOS was.

compilation

index 487f251d9d1adeb2c4f7c2003e1634e524cc72af..5a1582b40f08103f87e5bfb5c9f5595ef7ea9713 100644 (file)
@@ -25,10 +25,6 @@ if [ -f /etc/portage/make.conf ]; then
     . /etc/portage/make.conf
 fi
 
-
-# Not a portage variable, but it's real handy.
-REPOS="${DISTDIR}/../repositories"
-
 # These are really the only variables that make sense to export to
 # subsequent commands.
 export CFLAGS