Skip to content

Commit

Permalink
bitlbee: remove use of cd
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@40549 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jmroot committed Oct 6, 2008
1 parent 78ccd7c commit 21f71dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions irc/bitlbee/Portfile
Expand Up @@ -28,8 +28,8 @@ destroot.target install install-etc

post-destroot {
destroot.keepdirs ${destroot}${prefix}/var/lib/bitlbee
cd ${destroot}${prefix}/etc/bitlbee/
file rename bitlbee.conf bitlbee.conf.sample
file rename motd.txt motd.txt.sample
set etcdir ${destroot}${prefix}/etc/bitlbee
move ${etcdir}/bitlbee.conf ${etcdir}/bitlbee.conf.sample
move ${etcdir}/motd.txt ${etcdir}/motd.txt.sample
}

0 comments on commit 21f71dd

Please sign in to comment.