diff --git a/dev-qt/libqt5pas/libqt5pas-1.2.14.recipe b/dev-qt/libqt5pas/libqt5pas-1.2.15.recipe similarity index 87% rename from dev-qt/libqt5pas/libqt5pas-1.2.14.recipe rename to dev-qt/libqt5pas/libqt5pas-1.2.15.recipe index 521ed7b12..c8ad261b1 100644 --- a/dev-qt/libqt5pas/libqt5pas-1.2.14.recipe +++ b/dev-qt/libqt5pas/libqt5pas-1.2.15.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2005-2013 Jan Van Hijfte LICENSE="GNU LGPL v3" REVISION="1" SOURCE_URI="https://github.com/davidbannon/libqt5pas/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="d6bac85d8bdf6b2aee4cebdf98e3195473bdea8b588e5d805952cb3f607786cf" +CHECKSUM_SHA256="3249e1b389081e367cdf0e1fd154d473b57a98196b5fbbf64d1138fb99e97a9f" SOURCE_DIR="libqt5pas-$portVersion/cbindings" ARCHITECTURES="all !x86_gcc2" @@ -55,9 +55,9 @@ INSTALL() { #hack to fix the install path if [ "$targetArchitecture" = x86_64 ]; then - sed -i "s|/boot/system/lib||" Makefile + sed -i "s|(INSTALL_ROOT)/boot/system/lib|(INSTALL_ROOT)|" Makefile else - sed -i "s|/boot/system/lib/x86||" Makefile + sed -i "s|(INSTALL_ROOT)/boot/system/lib/x86|(INSTALL_ROOT)|" Makefile fi make INSTALL_ROOT=$libDir install