diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-07 21:41:42 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-07 21:41:42 -0500 |
commit | a385416a6942ab9609019b97b8a8aa3068b6812e (patch) | |
tree | cc55f608327aa7640c12e3220116fb24564cf780 /libre/libretools | |
parent | e99a90fb121148ecfdd29c63446c42474c4e2433 (diff) | |
parent | f4b22150c67a332d15bbbf322ab34066b0dfafb6 (diff) |
Merge branch 'master' of vparabola:~/projects/abslibre
Conflicts:
libre/libretools/PKGBUILD
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/libretools/libretools.install | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9497bc480..fd3ea4063 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -87,4 +87,4 @@ package_libretools-mips64el() { install -d ${pkgdir}/usr/bin install -m755 ${_gitname}/mips64el/mips-add ${pkgdir}/usr/bin install -m755 ${_gitname}/mips64el/mipsrelease ${pkgdir}/usr/bin -}
\ No newline at end of file +} diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 38e33fb76..6f8c09d5c 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -3,6 +3,10 @@ post_install() { cat <<EOF Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide and follow instructions there before using libretools. + +If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullpkg +and install libretools-$arch if avaliable + EOF } @@ -12,8 +16,7 @@ post_upgrade() { cat <<EOF Check your /etc/libretools.conf -Your REPOS array if using fullpkg should be: -'core' 'extra' 'community' 'libre' +If using fullpkg, you should install libretools-$arch if avaliable EOF } |