Yeah, was wrong install script.
thank you.
2014-12-23 23:53 GMT+06:00 Alexander Kuleshov :
> I looked at Makefile, and seems that it occurs from here:
> https://github.com/git/git/blob/master/Makefile#L2205
>
> It tries to copy all files/folders from git root directory but
> 'install' command pri
I looked at Makefile, and seems that it occurs from here:
https://github.com/git/git/blob/master/Makefile#L2205
It tries to copy all files/folders from git root directory but
'install' command prints this error. I tried to execute 'sudo install
-d -m 755' in other directory and if there is directo
Alexander Kuleshov writes:
> install -d -m 755 '/usr/bin'
> Copying scripts to /usr/bin
As 'git grep "Copying scripts"' gives us nothing, the message is
obviously not what we are giving. Perhaps you have a strange "install"
in your path that does not understand "-d" is a way to tell it to
make
Hell Junio,
Look I download git from master, executed following:
make configure
make prefix=/usr all
sudo make prefix=/usr install
And got the same during installing:
~/dev/git $ sudo make prefix=/usr install
GEN perl/PM.stamp
SUBDIR perl
/usr/bin/perl Makefile.PL PREFIX='/usr' INSTALL_
Alexander Kuleshov writes:
> Trying to install git from source, executing:
>
> make configure
> ./configure --prefix=/usr
> make --prefix=/usr all
> sudo make install DISTDIR=/usr
That does not seem to match any of the ways how INSTALL tells us to
build and install.
Excerpts from INSTALL
(
Hello All,
Trying to install git from source, executing:
make configure
./configure --prefix=/usr
make --prefix=/usr all
sudo make install DISTDIR=/usr
And getting following:
install -d -m 755 '/usr/usr/bin'
Copying scripts to /usr/bin
cp: omitting directory ‘autom4te.cache’
cp: omitting direct
6 matches
Mail list logo