diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-11-27 16:10:04 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-11-27 16:10:04 +0000 |
commit | ea653561a40dc9f7cfbfb9b9c7d0586763f4c231 (patch) | |
tree | a771f57ed2603c8bec253ff6784ad3bb6ee98083 /app/text | |
parent | 466d7cc708dda3b93445149e8bc6c4cd245b3974 (diff) | |
download | mkbuilds-ea653561a40dc9f7cfbfb9b9c7d0586763f4c231.tar.gz mkbuilds-ea653561a40dc9f7cfbfb9b9c7d0586763f4c231.tar.bz2 |
added missing build_package in some mkbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@273 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app/text')
-rw-r--r-- | app/text/gtkspell/gtkspell.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/text/gtkspell/gtkspell.mkbuild b/app/text/gtkspell/gtkspell.mkbuild index 2577414..2027807 100644 --- a/app/text/gtkspell/gtkspell.mkbuild +++ b/app/text/gtkspell/gtkspell.mkbuild @@ -148,6 +148,7 @@ off: copy_config_files off: move_config_files off: postinstall_script on: slack_required + on: build_package on: clean_builds #<< End SlackBuild Sections @@ -173,4 +174,4 @@ gtkspell: + +# Fix aspell errors on compiling +sed -i 's/\-lgtkspell$/\-lgtkspell \-laspell/' $PKG/$LIBDIR/pkgconfig/gtkspell-2.0.pc -#p<
\ No newline at end of file +#p< |