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 + +