]> git.pld-linux.org Git - packages/gvfs.git/commitdiff
ensure remote-volume-monitors dir is always created auto/th/gvfs-1.50.1-1
authorJan Palus <atler@pld-linux.org>
Sat, 23 Apr 2022 13:06:23 +0000 (15:06 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 23 Apr 2022 13:07:50 +0000 (15:07 +0200)
with a set of bconds no files get installed there and hence directory is
not created by build system at all

gvfs.spec

index ed3401d9555927ebf2484245893840501c65ee6a..1dbd1b0178ac759c349790e75347657bf9b59342 100644 (file)
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -326,7 +326,7 @@ sieciowych Windows (SMB) dla aplikacji wykorzystujÄ…cych gvfs.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{bash_compdir}
+install -d $RPM_BUILD_ROOT{%{bash_compdir},%{_datadir}/gvfs/remote-volume-monitors}
 %ninja_install -C build
 
 %find_lang gvfs
This page took 0.234465 seconds and 4 git commands to generate.