43fd17f48e
Gringotts is a secure notes manager for Linux and other UNIX-like systems. It is based on libgringotts, which provides a backend for managing the data files on the disk. from Pierre-Emmanuel Andre <pea at raveland dot org> with some tweaks
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2008/02/05 09:18:29 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Tue Feb 5 10:09:08 2008
|
|
+++ src/Makefile.in Tue Feb 5 10:09:17 2008
|
|
@@ -485,7 +485,6 @@ uninstall-am: uninstall-binPROGRAMS
|
|
|
|
install-exec-local:
|
|
strip $(DESTDIR)$(bindir)/gringotts
|
|
- chmod u+s $(DESTDIR)$(bindir)/gringotts
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|