On Thu, Jun 25, 2009 at 18:25, nathan owe.<[email protected]> 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 >
Don't install anything under /home. A better way to do it would be to install it to, for example, /usr/share/pkgname/fpsrc.example, and provide an install message to notify the user.
