fixup! script for making mirror
This commit is contained in:
		| @ -1,5 +1,7 @@ | |||||||
| #!/usr/bin/sh | #!/usr/bin/sh | ||||||
|  |  | ||||||
|  | git pull | ||||||
|  |  | ||||||
| mkdir -p tonitch | mkdir -p tonitch | ||||||
| export PKGDEST=$(pwd)/tonitch | export PKGDEST=$(pwd)/tonitch | ||||||
|  |  | ||||||
| @ -8,7 +10,7 @@ packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed | |||||||
| for d in $packagelist | for d in $packagelist | ||||||
| do | do | ||||||
| 	cd $d | 	cd $d | ||||||
| 	makepkg  | 	makepkg -f | ||||||
| done | done | ||||||
|  |  | ||||||
| cd $PKGDEST | cd $PKGDEST | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user