diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-29 10:21:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-29 10:21:38 +0800 |
commit | 918cb3665918af18b6f3e7826b5193479bb094ab (patch) | |
tree | 0174e858d4d2c147f5b4b664b9194b8c506f052d /archivers | |
parent | 9c11aa44deb0b1be187ab89318442cbe22415a48 (diff) | |
download | marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.gz marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.bz2 marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.lz marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.xz marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.zst marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.zip |
Allow update-desktop-database to be found in PATH.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3340 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 2 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index e864ebfe0..5c2b5ac4b 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= file-roller.schemas post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in AUTHORS NEWS README TODO diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index e864ebfe0..5c2b5ac4b 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= file-roller.schemas post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in AUTHORS NEWS README TODO |