Changeset 402

Show
Ignore:
Timestamp:
02/19/07 07:12:50 (2 years ago)
Author:
athomas
Message:

Updating Arch custom-config package.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • archabs/trunk/custom-config/^custom-config.sh

    r16 r402  
    2727export PATH LS_COLORS LD_LIBRARY_PATH MANPATH LESS EDITOR HISTIGNORE PAGER 
    2828 
    29 if [ $USER != root ]; then 
     29if [ "_$USER" != _root ]; then 
    3030        umask 007 
    3131fi 
  • archabs/trunk/custom-config/PKGBUILD

    r23 r402  
    11pkgname=custom-config 
    22pkgver=1.0 
    3 pkgrel=6 
     3pkgrel=7 
    44pkgdesc="Custom configuration files" 
    55url="http://swapoff.org" 
     
    1212        'etc/profile.d/^custom-config.sh') 
    1313install=install 
    14 source=(vimfiles.tar.bz2 vimrc inputrc ^custom-config.sh DIR_COLORS) 
    15 md5sums=(80720e174e8d4516dc6f4df4690d8a99 bdd42c3370756c6315af1a0e18d83119 \ 
     14source=(vimfiles.tar.bz2 inputrc ^custom-config.sh DIR_COLORS) 
     15md5sums=(3545c6582c5a23027ce00a4e6ed94d38 bdd42c3370756c6315af1a0e18d83119 \ 
    1616        0e9325d2c90361c77e2048f8ace8dcb5 337da30d2e2845a79d38c55ba896fcf7 \ 
    1717        01d5d367d37f8c90494f3b9681c30f3d) 
     
    2121  install -m755 -d $startdir/pkg/{usr/share/vim,etc{,/profile.d}} 
    2222  cp -r vimfiles $startdir/pkg/usr/share/vim 
    23   install -m644 vimrc inputrc DIR_COLORS $startdir/pkg/etc 
     23  install -m644 inputrc DIR_COLORS $startdir/pkg/etc 
    2424  install -m755 ^custom-config.sh $startdir/pkg/etc/profile.d 
    2525}