diff options
Diffstat (limited to 'redhat/applications/tdepacman/tdepacman.spec')
-rw-r--r-- | redhat/applications/tdepacman/tdepacman.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/tdepacman/tdepacman.spec b/redhat/applications/tdepacman/tdepacman.spec index 3046e74f4..d47b704e8 100644 --- a/redhat/applications/tdepacman/tdepacman.spec +++ b/redhat/applications/tdepacman/tdepacman.spec @@ -89,6 +89,10 @@ United States by Bally, Pacman is an icon of 1980's popular culture %build +unset QTDIR QTINC QTLIB +export PATH="%{tde_bindir}:${PATH}" +export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig" + if ! rpm -E %%cmake|grep -q "cd build"; then %__mkdir_p build cd build |