[aur-general] fspclient PKGBUILD

2009-06-25 Thread nathan owe.

can i do install -dm755 $srcdir/fsprc $pkgdir$HOME/.fsprc
i tried install -dm755 $srcdir/fsprc $pkgdir~/.fsprc but it wouldn't 
install it to the $HOME dir


Re: [aur-general] fspclient PKGBUILD

2009-06-25 Thread Ronald van Haren
On Fri, Jun 26, 2009 at 12:25 AM, nathan owe. ndowen...@gmail.com wrote:

 can i do install -dm755 $srcdir/fsprc $pkgdir$HOME/.fsprc
 i tried install -dm755 $srcdir/fsprc $pkgdir~/.fsprc but it wouldn't
 install it to the $HOME dir


you shouldn't install files to the users home directory

Ronald


Re: [aur-general] fspclient PKGBUILD

2009-06-25 Thread Smartboy
On Thu, Jun 25, 2009 at 3:31 PM, nathan owe. ndowen...@gmail.com wrote:

 ok. well i guess i can copy the fsprc file to /usr/share/fsp/ and make a
 install script to let the users know where to get the file and how to do it?


 Ronald van Haren wrote:

 On Fri, Jun 26, 2009 at 12:25 AM, nathan owe. ndowen...@gmail.com
 wrote:



 can i do install -dm755 $srcdir/fsprc $pkgdir$HOME/.fsprc
 i tried install -dm755 $srcdir/fsprc $pkgdir~/.fsprc but it wouldn't
 install it to the $HOME dir




 you shouldn't install files to the users home directory

 Ronald




Yes, that is the more proper thing to do.