sandbox.patch 572 B

123456789101112131415161718
  1. Index: linux-atm-2.5.1/src/config/Makefile.in
  2. ===================================================================
  3. --- linux-atm-2.5.1.orig/src/config/Makefile.in
  4. +++ linux-atm-2.5.1/src/config/Makefile.in
  5. @@ -413,10 +413,10 @@ uninstall-am: uninstall-local uninstall-
  6. install-exec-local:
  7. - -cp hosts.atm /etc
  8. + -cp hosts.atm $(DESTDIR)$(sysconfdir)
  9. uninstall-local:
  10. - -rm /etc/hosts.atm
  11. + -rm $(DESTDIR)$(sysconfdir)/hosts.atm
  12. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  13. # Otherwise a system limit (for SysV at least) may be exceeded.