Displaying 20 results from an estimated 555 matches for "bindir".
Did you mean:
dbindir
2013 Sep 18
5
[PATCH] qemu-traditional: do not strip binaries during make install
...t;
---
Makefile | 2 +-
Makefile.target | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 37c7066..594f0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ endif
install: all $(if $(BUILD_DOCS),install-doc)
mkdir -p "$(DESTDIR)$(bindir)"
ifneq ($(TOOLS),)
- $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
+ $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
endif
ifneq ($(BLOBS),)
mkdir -p "$(DESTDIR)$(datadir)"
diff --git a/Makefile.target b/Makefile.target
index 19bb0fd..1cf7f34 100644
-...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time.
# make uninstall
...
rm -rf //boot/*xen*
...
if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too.
Thanks.
Denis.
2015 Sep 15
1
[PATCH] Add 'make installcheck' rule to test installed packages.
This is my proposed alternative to the complicated test framework
(https://www.redhat.com/archives/libguestfs/2015-August/msg00022.html).
In this patch, when we want to run tests on installed packages we just
copy in the installed binaries over the source directory, and run the
test suite as normal. This is basically the same as the current (not
used) contrib/make-check-on-installed.pl script,
2013 Apr 25
1
openssh cross compilation issue
...already tried with make install-nosysconf, but I had the same problem
how can I fix this?
to be more precise,
after the ./configure ...
in order to have the compilation to proceeds without problems I have to
edit Makefile and modify in this way:
1) near check-config:
from:
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
to:
/usr/sbin/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
2) near host-key: ssh-keygen$(EXEEXT)
from:
./ssh-keygen -t rsa1 -f $(sysconfdir)/ssh_host_key -N "" ; \
to:
/usr/bin/ssh-keygen -t rsa1 -f $(sysconfdir)/ssh_host_k...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...2001
+++ Makefile.in Fri Jun 22 09:56:17 2001
@@ -164,15 +164,17 @@
distprep: catman-do
autoreconf
-install: $(TARGETS) install-files host-key
+install: $(TARGETS) install-dirs install-prog install-man install-conf host-key
-install-files:
+install-dirs:
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
+
+install-prog:
$(INSTALL) -m $(...
2001 Oct 16
6
program-prefix does not work
...akefile.in openssh-2.9.9p2/Makefile.in
*** openssh-2.9.9p2.orig/Makefile.in Mon Sep 17 22:06:22 2001
--- openssh-2.9.9p2/Makefile.in Tue Oct 16 15:29:27 2001
***************
*** 12,29 ****
piddir=@piddir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
DESTDIR=
VPATH=@srcdir@
! SSH_PROGRAM=@bindir@/ssh
! ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
! SFTP_SERVER=$(libexecdir)/sftp-server
PATHS= -DETCDIR=\"$(sysconfdir)\" \
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
-D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
-D_PATH_SFTP_SERVER=\"$(SFTP_...
2010 Mar 09
2
[PATCH/cygwin]: Fix Makefiles
...akefile.in 9 Mar 2010 13:33:06 -0000
@@ -255,20 +255,20 @@ install-files:
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
(umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh $(DESTDIR)$(bindir)/ssh
- $(INSTALL) -m 0755 $(STRIP_OPT) scp $(DESTDIR)$(bindir)/scp
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh-add $(DESTDIR)$(bindir)/ssh-add
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh-agent $(DESTDIR)$(bindir)/ssh-agent
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
- $(INSTALL)...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...@ $(TDBBACKUP_OBJ)
-install: installbin installman installscripts installcp installswat
+install: installbin installman installscripts installcp @INSTALL_SWAT@
installdirs:
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BINDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(LIBDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(VARDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(PIDDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(IN...
2003 Mar 19
1
Patch for relocatable installs
...ocal
exec_prefix=${prefix}
mandir=${prefix}/man
@@ -704,29 +702,29 @@
install: installbin installman installscripts installcp installswat
installdirs:
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BASEDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(SBINDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BINDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(LIBDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(VARDIR)
- $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(PIDDIR...
2017 Apr 28
4
Sieve dict and bindir question
Hi,
I have setup the latest Dovecot and Sieve with dict in order to read
rules from MySQL and works fine:
sieve_before = dict:proxy::sieve;name=activesql;bindir=~/.sieve-bin
dict {
sieve = mysql:/etc/dovecot/dovecot-dict-sieve-sql.conf.ext
}
# cat /etc/dovecot/dovecot-dict-sieve-sql.conf.ext
connect = host=10.1.1.1 dbname=dovecot user=dovecot password=Ciao
map {
pattern = priv/sieve/name/$script_name
table = user_sieve_scripts
username...
2001 Apr 07
1
samba on NetBSD - some patches
...lection, the URL is
http://www.netbsd.org/packages/samba/
Maybe add a link to it from your site if you want.
Thanks!
- Hubert
$NetBSD: patch-aa,v 1.11 2000/09/03 09:17:00 kei Exp $
--- Makefile.in.orig Thu Jun 8 13:31:59 2000
+++ Makefile.in Sun Sep 3 06:23:06 2000
@@ -26,10 +26,12 @@
BINDIR = @bindir@
# we don't use sbindir because we want full compatibility with
# the previous releases of Samba
-SBINDIR = @bindir@
+SBINDIR = @sbindir@
LIBDIR = @libdir@
VARDIR = @localstatedir@
MANDIR = @mandir@
+ETCDIR?= $(BASEDIR)/etc
+LOGDIR?= $(BASEDIR)/log
SAMBABOOK = @sambabook@
# T...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...r.
The sftp from OpenSSH 3.0p1 works just fine with all versions of F-Secure.
Below is the makefile used to build.
-------------------------------------------------------------------------------
# $Id: Makefile.in,v 1.197 2002/02/26 19:24:22 mouring Exp $
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
mandir=${prefix}/man
mansubdir=man
sysconfdir=/usr/local/etc
piddir=/usr/local/etc
srcdir=.
top_srcdir=.
DESTDIR=
SSH_PROGRAM=${exec_prefix}/bin/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
S...
2015 May 05
1
4.2.1 ./configure --sbindir & --bindir settings is different from binary?
On Tue, 2015-05-05 at 10:33 +0300, Andrey Repin wrote:
>
> > Paths:
>
> > SBINDIR: /home/caesar/Downloads/samba-4.2.1/bin
>
> >
>
> > How can I set the sbin (and the bin directory which also has the
> same
> > issue)?
>
> Is that before "make install" or after?
> Does it stay after install, if it is from before?
This is exactly...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...BIG NOTE: this does not occur with the ssh-keygen with v3.0p1
The Following is a copy of the Makefile used to compile OpenSSH
------------------------------------------------------------------
# $Id: Makefile.in,v 1.197 2002/02/26 19:24:22 mouring Exp $
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
mandir=${prefix}/man
mansubdir=man
sysconfdir=/usr/local/etc
piddir=/usr/local/etc
srcdir=.
top_srcdir=.
DESTDIR=
SSH_PROGRAM=${exec_prefix}/bin/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
S...
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...1999
@@ -17,6 +17,7 @@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@
+INSTALL=@INSTALL@
GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui`
GNOME_LIBS=`gnome-config --libs gnome gnomeui`
@@ -61,40 +62,40 @@
rm -f *.o core $(TARGETS) config.status config.cache config.log
install: all
- install -d $(bindir)
- install -d $(sbindir)
- install -d $(mandir)
- install -d $(mandir)/man1
- install -d $(mandir)/man8
- install -s -c ssh $(bindir)/ssh
- install -s -c scp $(bindir)/scp
- install -s -c ssh-add $(bindir)/ssh-add
- install -s -c ssh-agent $(bindir)/ssh-agent
- install -s -c ssh-keygen $(bindir)/ss...
2017 Apr 30
0
Sieve dict and bindir question
Op 4/28/2017 om 10:58 AM schreef Alessio Cecchi:
> Hi,
>
> I have setup the latest Dovecot and Sieve with dict in order to read
> rules from MySQL and works fine:
>
> sieve_before = dict:proxy::sieve;name=activesql;bindir=~/.sieve-bin
>
> dict {
> sieve = mysql:/etc/dovecot/dovecot-dict-sieve-sql.conf.ext
> }
>
> # cat /etc/dovecot/dovecot-dict-sieve-sql.conf.ext
>
> connect = host=10.1.1.1 dbname=dovecot user=dovecot password=Ciao
> map {
> pattern = priv/sieve/name/$script_name...
2001 Feb 20
1
_PATH_STDPATH and @bindir@
Sorry if this is stuff that's been talked about before. If it is, just
ignore me.
I'm curious to know why Portable OpenSSH doesn't include @bindir@ in
the _PATH_STDPATH. This would save most installers of portable OpenSSH
from having to --with-default-path=$PREFIX/bin in order to ensure that
scp will work properly. This would also, I imagine, save quite a lot
of hassle for developers/helpful-folks on the mailing list regarding
FAQ 3.7. I coul...
2002 Jul 22
9
[Patch] Improve portability of regression tests
...Jul 2002 12:33:42 -0000
@@ -1,13 +1,45 @@
#!/bin/sh
-TEST_SSH_SSH=../ssh
-TEST_SSH_SSHD=../sshd
-TEST_SSH_SSHAGENT=../ssh-agent
-TEST_SSH_SSHADD=../ssh-add
-TEST_SSH_SSHKEYGEN=../ssh-keygen
-TEST_SSH_SSHKEYSCAN=../ssh-keyscan
-TEST_SSH_SFTP=../sftp
-TEST_SSH_SFTPSERVER=../sftp-server
+pwd=`pwd`
+bindir=`dirname $pwd`
+PATH="$bindir:$PATH"
+export PATH
-pmake
+TEST_SSH_TRACE=no # Enable for more detail in test
+TEST_SSH_QUIET=no # Suppress status output
+export TEST_SSH_TRACE TEST_SSH_QUIET
+# Path to binaries to test
+TEST_SSH_SSH=$bindir/ssh
+TEST_SSH_SSHD=$bindir/sshd
+TEST_SSH_SS...
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
...@INSTALL@
+LN_S=@LN_S@
PERL=@PERL@
SED=@SED@
ENT=@ENT@
@@ -263,9 +264,9 @@ install-files: scard-install
$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
-rm -f $(DESTDIR)$(bindir)/slogin
- ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
+ cd $(DESTDIR)$(bindir) && $(LN_S) ssh$(EXEEXT) slogin$(EXEEXT)
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
- ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
+ cd $(DESTDIR)$(mandir)/$(mansubdir)1 && $(LN_S)...
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
...quot; tries to delete them, which
may cause a failure for lack of permissions (quite likely to happen
when building a package as a normal user), and is wrong anyway
(nothing outside of DESTDIR should ever be changed by "make install").
With this patch, it will now cd to "$(DESTDIR)$(bindir)" and create
relative symlinks there, if need be. This preverse the old behavior
when DESTDIR=="", except for the fact the symlinks will be relative
rather than absolute.
---
src/tools/Makefile.am | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src...