Changeset 402
- Timestamp:
- 02/19/07 07:12:50 (2 years ago)
- Files:
-
- archabs/trunk/custom-config/^custom-config.sh (modified) (1 diff)
- archabs/trunk/custom-config/PKGBUILD (modified) (3 diffs)
- archabs/trunk/custom-config/vimfiles.tar.bz2 (modified) (previous)
- archabs/trunk/custom-config/vimrc (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
archabs/trunk/custom-config/^custom-config.sh
r16 r402 27 27 export PATH LS_COLORS LD_LIBRARY_PATH MANPATH LESS EDITOR HISTIGNORE PAGER 28 28 29 if [ $USER !=root ]; then29 if [ "_$USER" != _root ]; then 30 30 umask 007 31 31 fi archabs/trunk/custom-config/PKGBUILD
r23 r402 1 1 pkgname=custom-config 2 2 pkgver=1.0 3 pkgrel= 63 pkgrel=7 4 4 pkgdesc="Custom configuration files" 5 5 url="http://swapoff.org" … … 12 12 'etc/profile.d/^custom-config.sh') 13 13 install=install 14 source=(vimfiles.tar.bz2 vimrcinputrc ^custom-config.sh DIR_COLORS)15 md5sums=( 80720e174e8d4516dc6f4df4690d8a99bdd42c3370756c6315af1a0e18d83119 \14 source=(vimfiles.tar.bz2 inputrc ^custom-config.sh DIR_COLORS) 15 md5sums=(3545c6582c5a23027ce00a4e6ed94d38 bdd42c3370756c6315af1a0e18d83119 \ 16 16 0e9325d2c90361c77e2048f8ace8dcb5 337da30d2e2845a79d38c55ba896fcf7 \ 17 17 01d5d367d37f8c90494f3b9681c30f3d) … … 21 21 install -m755 -d $startdir/pkg/{usr/share/vim,etc{,/profile.d}} 22 22 cp -r vimfiles $startdir/pkg/usr/share/vim 23 install -m644 vimrcinputrc DIR_COLORS $startdir/pkg/etc23 install -m644 inputrc DIR_COLORS $startdir/pkg/etc 24 24 install -m755 ^custom-config.sh $startdir/pkg/etc/profile.d 25 25 }
