diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-29 19:55:24 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-29 19:55:24 -0400 |
commit | fc6313650f03b2c1bb097d7619478aa1fac6a39c (patch) | |
tree | 5b85d78ea9428f887a90fbbc86b753a7c837fca0 /myautomount.spec | |
parent | WIP: add rpm spec (diff) | |
download | myautomount-fc6313650f03b2c1bb097d7619478aa1fac6a39c.tar.gz myautomount-fc6313650f03b2c1bb097d7619478aa1fac6a39c.tar.bz2 myautomount-fc6313650f03b2c1bb097d7619478aa1fac6a39c.zip |
WIP: fixing initialize for packaging process
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 |