diff options
| author | Michael Mason <ms13sp@gmail.com> | 2009-10-28 11:14:28 +0000 |
|---|---|---|
| committer | Michael Mason <ms13sp@gmail.com> | 2009-10-28 11:14:28 +0000 |
| commit | 86ab49bf71dfd4dda5329a64f4e458e92f240edd (patch) | |
| tree | cc85fc098301719fb5cdd29ffebff0c667eb300b /main/abuild/0001-Revert-abuild-minor-cleanup.patch | |
| parent | d4f48422585b6407b3cbf462933691a7d13ad468 (diff) | |
| parent | f881839e00a6387bf00dc5c48ad123e723ee7657 (diff) | |
| download | aports-86ab49bf71dfd4dda5329a64f4e458e92f240edd.tar.bz2 aports-86ab49bf71dfd4dda5329a64f4e458e92f240edd.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'main/abuild/0001-Revert-abuild-minor-cleanup.patch')
| -rw-r--r-- | main/abuild/0001-Revert-abuild-minor-cleanup.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/main/abuild/0001-Revert-abuild-minor-cleanup.patch b/main/abuild/0001-Revert-abuild-minor-cleanup.patch new file mode 100644 index 0000000000..25569b5b6d --- /dev/null +++ b/main/abuild/0001-Revert-abuild-minor-cleanup.patch @@ -0,0 +1,31 @@ +From 19b2598f8a52ba8af07eb4904788d0843130b094 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Tue, 27 Oct 2009 15:24:18 +0000 +Subject: [PATCH] Revert "abuild: minor cleanup" + +This commit seems to kill the entire repository + +This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9. +--- + buildrepo.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/buildrepo.in b/buildrepo.in +index d719c34..c211789 100755 +--- a/buildrepo.in ++++ b/buildrepo.in +@@ -22,9 +22,9 @@ usage() { + + + listpackages() { ++ cd "$aportsdir/$1" + for i in */APKBUILD; do +- cd "$aportsdir"/$1/${i%/*} +- abuild listpkg ++ APKBUILD=$i abuild listpkg + done + } + +-- +1.6.5 + |
