diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-02 13:09:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-02 13:17:31 +0200 |
commit | 9fadb7804fb425ab92b1a5e85db9a89207ce2607 (patch) | |
tree | 2fdbe80541cf6ca4c1e6984272596df970f4e558 | |
parent | 02e400865cb9a51b623a3d866d3236f0d6c899ca (diff) |
beanshell: rename package to beanshell
Change-Id: Ie4979cfb2a20bc0128a550358b0d0adc3f3d209c
-rw-r--r-- | beanshell/Package_beanshell.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/beanshell/Package_beanshell.mk b/beanshell/Package_beanshell.mk index 983c1fc77f93..bb4b829cce08 100644 --- a/beanshell/Package_beanshell.mk +++ b/beanshell/Package_beanshell.mk @@ -7,10 +7,10 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Package_Package,beanshell_inc,$(call gb_UnpackedTarball_get_dir,beanshell))) +$(eval $(call gb_Package_Package,beanshell,$(call gb_UnpackedTarball_get_dir,beanshell))) -$(eval $(call gb_Package_use_external_project,beanshell_inc,beanshell)) +$(eval $(call gb_Package_use_external_project,beanshell,beanshell)) -$(eval $(call gb_Package_add_file,beanshell_inc,bin/bsh.jar,dist/bsh-2.0b1.jar)) +$(eval $(call gb_Package_add_file,beanshell,bin/bsh.jar,dist/bsh-2.0b1.jar)) # vim: set noet sw=4 ts=4: |