From 099b8d356f2c9ab559f48d0dc43fbd4794d487b5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 23 Apr 2013 08:05:20 +0000 Subject: main/abuild: upgrade to 2.14.2 --- ...uildrepo-set-REPODEST-when-running-abuild.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 main/abuild/0001-buildrepo-set-REPODEST-when-running-abuild.patch (limited to 'main/abuild/0001-buildrepo-set-REPODEST-when-running-abuild.patch') diff --git a/main/abuild/0001-buildrepo-set-REPODEST-when-running-abuild.patch b/main/abuild/0001-buildrepo-set-REPODEST-when-running-abuild.patch deleted file mode 100644 index 0dbc4a2b7e..0000000000 --- a/main/abuild/0001-buildrepo-set-REPODEST-when-running-abuild.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b1b093180f2795c5802f12ee36b6f619e725b0cd Mon Sep 17 00:00:00 2001 -From: Natanael Copa -Date: Fri, 22 Feb 2013 09:35:19 +0000 -Subject: [PATCH] buildrepo: set REPODEST when running abuild - -fixes regression ---- - buildrepo.in | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/buildrepo.in b/buildrepo.in -index 23cc61e..1f218cc 100755 ---- a/buildrepo.in -+++ b/buildrepo.in -@@ -93,6 +93,7 @@ do_build() { - cd "$aportsdir/$repo" || return 0 - local needbuild="$(list_needbuild $repo)" - -+ export REPODEST="$repodir" - # build the postponed packages if any - if [ -n "$needbuild" ]; then - for i in $needbuild; do --- -1.8.1.3 - -- cgit v1.2.3