diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 14:07:26 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 14:07:26 +0000 |
commit | b9d84af24f89634c80cd5f13143922fedbba21ad (patch) | |
tree | 815b95482c37b8b9821f1c6e2d01fb3dcecf4fa4 | |
parent | 8ab11a7f85cd14173c28ecf0031727b502cf889c (diff) | |
download | aports-b9d84af24f89634c80cd5f13143922fedbba21ad.tar.bz2 aports-b9d84af24f89634c80cd5f13143922fedbba21ad.tar.xz |
testing/razor: fix rm file collision path
-rw-r--r-- | testing/razor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/razor/APKBUILD b/testing/razor/APKBUILD index 885df72500..71d3a02063 100644 --- a/testing/razor/APKBUILD +++ b/testing/razor/APKBUILD @@ -20,7 +20,7 @@ build() { make || return 1 make DESTDIR="$pkgdir" install # creates file collision among perl modules - rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod + rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod } md5sums="8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2" |