From d2120b735551bb74ef095ecee1a10915afc707ee Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 27 Jun 2008 05:39:30 +0300 Subject: [PATCH] [runit] removed pkg_djb_compatdir noise --- base/runit/djb-config | 10 ---------- base/runit/parse-config | 2 -- 2 files changed, 12 deletions(-) diff --git a/base/runit/djb-config b/base/runit/djb-config index e0a4ac847..1ebe9f155 100644 --- a/base/runit/djb-config +++ b/base/runit/djb-config @@ -117,16 +117,6 @@ pkg_djb_installpackage() { for x in `cat package/commands`; do $y $cmddir $pkg_djb_commanddir $x done - - # usr/local is evil :) - #if [ "$pkg_djb_compatdir" ]; then - # echo "Making compatibility links in $pkg_djb_compatdir..." - # mkdir -p $pkg_djb_compatdir - # for i in `cat package/commands`; do - # pkg_djb_safelink $pkg_djb_packagedir/$package/$pkg-$ver/command \ - # $pkg_djb_compatdir $i - # done - #fi } # installs documentation to package directory or $docdir as requested diff --git a/base/runit/parse-config b/base/runit/parse-config index b07908d8e..ee1767cc8 100644 --- a/base/runit/parse-config +++ b/base/runit/parse-config @@ -23,12 +23,10 @@ if [ "$SDECFG_PKG_DJB_LAYOUT" == "1" ]; then eval "pkg_djb_${x}dir='$x'" var_append flistroot ' ' $x done - #pkg_djb_compatdir="usr/local/bin" elif [ "$SDECFG_PKG_DJB_LAYOUT" == "0" ]; then pkg_djb_packagedir= pkg_djb_commanddir= pkg_djb_servicedir="var/service" - #pkg_djb_compatdir= fi # package