aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r--shells/ksh93/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist
index 6c29fc976008..fa4cb8a5e905 100644
--- a/shells/ksh93/pkg-plist
+++ b/shells/ksh93/pkg-plist
@@ -2,7 +2,7 @@
bin/ksh93
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
-share/examples/ksh93/dirs
-share/examples/ksh93/popd
-share/examples/ksh93/pushd
-@dirrm share/examples/ksh93
+%%EXAMPLESDIR%%/dirs
+%%EXAMPLESDIR%%/popd
+%%EXAMPLESDIR%%/pushd
+@dirrm %%EXAMPLESDIR%%