1
0

New versionning and install method

This commit is contained in:
2019-12-31 17:30:33 +01:00
parent b6890df71e
commit 21a97c5bf0
6 changed files with 20 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ rm -R -f build
mkdir build
cd build
installlibdir=$(dirname $(dirname $(find /usr -name plasma_containmentactions_applauncher.so)))
installlibdir=$(dirname $(find /usr -name plasma_containmentactions_contextmenu.so))
cmake -DKDE_INSTALL_LIBDIR=$installlibdir ..
if [ ! "$?" = "0" ]; then