base-files: dot_bashrc: read /etc/bashrc properly (found by sasquatch).

This commit is contained in:
Juan RP 2013-01-27 08:04:38 +01:00
parent bbd2bc6bb7
commit d35d46d0a2
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
[[ $- != *i* ]] && return
# Source global definitions
[ -f /etc/bashrc ] && ./etc/bashrc
[ -f /etc/bashrc ] && . /etc/bashrc
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

View File

@ -1,11 +1,11 @@
# Template file for 'base-files'
pkgname=base-files
version=0.79
version=0.80
revision=1
fulldepends="base-directories xbps-triggers"
short_desc="Void Linux base system files"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://voidlinux.github.com/"
homepage="http://www.voidlinux.eu"
license="Public domain"
long_desc="
This package installs the base system files that aren't installed by any