diff options
| -rw-r--r-- | google-compute-engine-oslogin.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google-compute-engine-oslogin.spec b/google-compute-engine-oslogin.spec index ba6a028..b0a2a60 100644 --- a/google-compute-engine-oslogin.spec +++ b/google-compute-engine-oslogin.spec @@ -59,6 +59,7 @@ for Google Compute Engine. %prep %setup +sed -i 's/install -m 0640 -d \$(DEST_GOOGLEUSERSDIR)/install -m 0755 -d \$(DEST_GOOGLEUSERSDIR)/' src/Makefile %build chmod +x find-requires @@ -88,6 +89,7 @@ make install DESTDIR=%{buildroot} LIBDIR=/%{_lib} VERSION=%{version} INSTALL_SEL /lib/systemd/system/google-oslogin-cache.service /lib/systemd/system/google-oslogin-cache.timer /lib/systemd/system-preset/90-google-compute-engine-oslogin.preset +/var/google-users.d/README %post if [ $1 -eq 1 ]; then |
