]> git.pld-linux.org Git - packages/PackageKit.git/commitdiff
- ensure helpers dir exists auto/th/PackageKit-1.2.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 May 2020 07:42:44 +0000 (09:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 May 2020 07:42:44 +0000 (09:42 +0200)
PackageKit.spec

index 8003d1441419e059906a73fd0b8ee2d5d7523c01..29a683239df7db5a92c21ceeb536125305e60244 100644 (file)
@@ -422,6 +422,11 @@ install -d $RPM_BUILD_ROOT/var/cache/PackageKit/downloads
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/libpk_backend_test_*.so
 
+%if %{without apt} && %{without entropy} && %{without portage}
+# common dir not created if no users built with PackageKit
+install -d $RPM_BUILD_ROOT%{_datadir}/PackageKit/helpers
+%endif
+
 # use pk-gstreamer-install as codec installer
 ln -s pk-gstreamer-install $RPM_BUILD_ROOT%{_libexecdir}/gst-install-plugins-helper
 
This page took 0.117675 seconds and 4 git commands to generate.