mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
Makefile: ignore etc/conf in the git repository after running make.
This commit is contained in:
parent
ff78a3aafe
commit
f122ffa76f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -20,6 +20,8 @@ all:
|
||||||
${CURDIR}/common/xbps-src/xbps-src.sh > ${CURDIR}/xbps-src
|
${CURDIR}/common/xbps-src/xbps-src.sh > ${CURDIR}/xbps-src
|
||||||
$(CC) $(CFLAGS) ${LIBEXECDIR}/$(CHROOT_C) -o ${LIBEXECDIR}/$(CHROOT_BIN)
|
$(CC) $(CFLAGS) ${LIBEXECDIR}/$(CHROOT_C) -o ${LIBEXECDIR}/$(CHROOT_BIN)
|
||||||
chmod 755 xbps-src
|
chmod 755 xbps-src
|
||||||
|
@echo "Ignoring changes to etc/conf for local overrides."
|
||||||
|
@git update-index --assume-unchanged etc/conf
|
||||||
@echo
|
@echo
|
||||||
@echo "The chroot helper must be a setgid binary (4750) for the group '$(PRIVILEGED_GROUP)'."
|
@echo "The chroot helper must be a setgid binary (4750) for the group '$(PRIVILEGED_GROUP)'."
|
||||||
@echo "Please run 'sudo make setup' to set appropiate permissions."
|
@echo "Please run 'sudo make setup' to set appropiate permissions."
|
||||||
|
|
Loading…
Add table
Reference in a new issue