Fix portage/bashrc

master
Mike Hiretsky 14 years ago
parent 8417a5fb0c
commit 145c862729

@ -1,5 +1,8 @@
CHANGE LOG
1.3.6
* Fix bashrc for work with /var/lib/layman.
1.3.5
* Add license Broadcom and dlj-1.1 in /etc/make.conf.
* Added setting mirrors Yandex.

@ -6,8 +6,9 @@
# As I know history: Initial idea from solar, later
# Ed Catmur added support autoreconf calls then pva rewritten everything...
# Added interval check for version and run .sh hooks by Calculate
PATCH_OVERLAY="/usr/local/portage/layman/calculate/profiles/patches"
[[ -d "/var/lib/layman/calculate/profiles/patches" ]] && \
PATCH_OVERLAY="/var/lib/layman/calculate/profiles/patches"
pkg_checkver() {
PATCH_PV=( `echo $1 | sed 's/[._]/ /g' | sed -r 's/([a-z]+)/ \1 /g'` )

@ -22,7 +22,7 @@ use Time::Local;
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#------------------------------------------------------------------------------
my %data; #объявим хэш переменных
$data{"calcver"} = "1.3.5";
$data{"calcver"} = "1.3.6";
#Определим путь к программе
if(!getpath()){exit;};

Loading…
Cancel
Save