bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Global 6.3.3 doesn't honor DESTDIR


From: Shigio YAMAGUCHI
Subject: Re: Global 6.3.3 doesn't honor DESTDIR
Date: Thu, 27 Nov 2014 14:23:47 +0900

Hi,
I have fixed the bug.
Thank you.

Shigio

*** Makefile.am-        2014-11-27 12:36:51.000000000 +0900
--- Makefile.am 2014-11-27 12:36:51.000000000 +0900
***************
*** 23,29 ****
  EXTRA_DIST = $(man_MANS) const.h manual.in

  # for osx-default
! gtagsdir = ${localstatedir}/gtags
  install-data-hook:
        mkdir -p ${gtagsdir}
        chmod 777 ${gtagsdir}
--- 23,29 ----
  EXTRA_DIST = $(man_MANS) const.h manual.in

  # for osx-default
! gtagsdir = $(DESTDIR)${localstatedir}/gtags
  install-data-hook:
        mkdir -p ${gtagsdir}
        chmod 777 ${gtagsdir}


2014-11-27 9:00 GMT+09:00 Sean Farley <address@hidden>:
Trying to update global 6.3.3 for macports, I found that there is an
attempt in 'gozilla' to create a directory outside of the DESTDIR in the
'install-data-hook' section of making:

mkdir -p /opt/local/var/gtags
mkdir: /opt/local/var/gtags: Operation not permitted

_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global



--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]