From f6c94564e8c08800e38018ccccca22b92e162097 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 4 Oct 2012 20:59:37 +0900 Subject: [PATCH] add darwin updatfiles.sh --- darwin/updatefiles.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 darwin/updatefiles.sh diff --git a/darwin/updatefiles.sh b/darwin/updatefiles.sh new file mode 100755 index 0000000..9bc8a63 --- /dev/null +++ b/darwin/updatefiles.sh @@ -0,0 +1,8 @@ +port echo requested >port.lst + +for f in /opt/local/etc/macports/variants.conf +do + test -r $f && cp -vu $f . +done + +