/[pliva-si]/.data/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /.data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Jun 29 22:43:27 2001 UTC (22 years, 9 months ago) by dpavlin
Branch: MAIN
perm, .data dir

1 all:
2 @echo save-perm|restore-perm
3
4 save-perm:
5 find .. -not -user dpavlin -or -not -group dpavlin -printf "chown %u:%g %p\n" > perm.sh
6 echo "cd .." >> perm.sh
7 cd .. ; find . -type l -maxdepth 1 -printf "ln -s %l %p\n" >> .data/perm.sh
8 echo "cd -" >> perm.sh
9 chmod 755 perm.sh
10
11 restore-perm:
12 ./perm.sh

  ViewVC Help
Powered by ViewVC 1.1.26