Commit 15d46fbb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use symlinks wherever possible as hardlinks do not survive OverlayFS...

We should use symlinks wherever possible as hardlinks do not survive OverlayFS treatment and bloat the filesystem
parent 744579e7
all: all:
tar xf git-2.20.1.tar.xz tar xf git-2.20.1.tar.xz
cd git-2.20.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig cd git-2.20.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.20.1 $(MAKE) -C git-2.20.1 INSTALL_SYMLINKS=yes
chown -Rv nobody git-2.20.1 chown -Rv nobody git-2.20.1
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.20.1 test" su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.20.1 test"
$(MAKE) -C git-2.20.1 install $(MAKE) -C git-2.20.1 INSTALL_SYMLINKS=yes install
rm -rf git-2.20.1 rm -rf git-2.20.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment