diff options
Diffstat (limited to 'myautomount.spec')
-rw-r--r-- | myautomount.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myautomount.spec b/myautomount.spec index 2c00c48..d3e49dd 100644 --- a/myautomount.spec +++ b/myautomount.spec @@ -16,7 +16,7 @@ %global use_master 0 %if !0%{?use_master} %global git_date 20200929 -%global git_commit cdfc069c4181e83b62b411ecfcdcc936f65ea87e +%global git_commit 8b9bc25cc615f7e8ba86ce51d2dd83220a4e084f %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %else %endif @@ -61,7 +61,7 @@ export srcdir="$( find . -type d -name 'src' -printf '%%P' )" %install export srcdir="$( find . -type d -name 'src' -printf '%%P' )" %make_install -C "${srcdir}" -DESTDIR=%{buildroot} %{__make} -C "${srcdir}" initialize +MYA_SKIP_RESTART=1 DESTDIR=%{buildroot} %{__make} -C "${srcdir}" initialize exit 0 %clean |