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
On Fri, Jun 26, 2009 at 12:25 AM, nathan owe. <ndowens04@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
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. <ndowens04@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
On Thu, Jun 25, 2009 at 3:31 PM, nathan owe. <ndowens04@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. <ndowens04@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.
On Thu, Jun 25, 2009 at 18:25, nathan owe.<ndowens04@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
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.
participants (4)
-
Daenyth Blank
-
nathan owe.
-
Ronald van Haren
-
Smartboy