Skip to content

Commit

Permalink
remove old pathspec, set version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ka6sox committed Aug 12, 2012
1 parent f5f1304 commit 5d1a46a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nonworking/lunasysmgr-ce/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME = lunasysmgrce
TITLE = LunaSysMgr CE
APP_ID = org.webosports.${NAME}
SIGNER = org.webosports
VERSION = 3.0.5-ce
VERSION = 3.0.5
TYPE = OS Application
CATEGORY = GUI
HOMEPAGE = http://www.webos-ports.org/
Expand All @@ -15,7 +15,7 @@ This will not get you back to "Stock" 3.0.5 of webOS.
CHANGELOG = \
3.0.5-ce: Initial testing release.
APPINFO_CHANGELOG = [ \
{ "version" : "3.0.5-ce", "log" : [ "Initial testing release" ] } \
{ "version" : "3.0.5", "log" : [ "Initial testing release" ] } \
]
LICENSE = Apache 2.0

Expand All @@ -38,7 +38,6 @@ build/.unpacked-${VERSION}: ${DL_DIR}/${NAME}-${VERSION}.tar.gz
rm -rf build
mkdir -p build/src
tar -C build/src -xf ${DL_DIR}/${NAME}-${VERSION}.tar.gz
rm -f build/src/*/share/X11/xkb/xkbcomp
touch $@

.PHONY: build
Expand Down

0 comments on commit 5d1a46a

Please sign in to comment.