diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 04:07:42 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 04:07:42 +0800 |
commit | 3f2d648b714133754d45834582aebaf05cef4600 (patch) | |
tree | 2907243501885e621adff0f166d98783b247d6e1 | |
parent | 9d00b97ecc2428b4afbccc2641487e898e6d0a08 (diff) | |
download | marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar.gz marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar.bz2 marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar.lz marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar.xz marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.tar.zst marcuscom-ports-3f2d648b714133754d45834582aebaf05cef4600.zip |
Fix a typo to correct the share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9241 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/gdesklets/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gdesklets/pkg-install b/deskutils/gdesklets/pkg-install index 8b0f3dd76..8a8d0cb4a 100644 --- a/deskutils/gdesklets/pkg-install +++ b/deskutils/gdesklets/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh if [ "$2" = "POST-INSTALL" ]; then - mkdir -p ${PKG_PREFIX}/share/gnome/Displays + mkdir -p ${PKG_PREFIX}/share/gdesklets/Displays fi |