opera hbbtv.
[vuplus_openembedded] / recipes / appweb / appweb-1.2.0 / nonrootinstall.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- appWeb-1.2.0/Makefile~nonrootinstall        2004-07-06 15:09:21.000000000 -0500
7 +++ appWeb-1.2.0/Makefile       2004-07-15 13:45:32.000000000 -0500
8 @@ -127,40 +127,33 @@
9  #
10  #      Installation targets
11  #
12 -install: install-rootCheck install-binary
13 -
14 -install-rootCheck:
15 -       @if [ $(BLD_OS) != WIN -a `id -u` -ne 0 ] ; \
16 -       then \
17 -               echo "Must be root to install" ; \
18 -               exit 255 ; \
19 -       fi
20 +install: install-binary
21  
22 -install-release: install-rootCheck
23 +install-release:
24         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall release
25  
26 -install-binary: install-rootCheck
27 +install-binary:
28         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall binary
29         @echo -e "    #\n    # To start ${BLD_NAME}, run as root:\n    #"
30         @echo -e "        service ${BLD_PRODUCT} start\n"
31  
32 -install-dev: install-rootCheck
33 +install-dev:
34         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall dev
35  
36 -install-doc: install-rootCheck
37 +install-doc:
38         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall doc
39  
40 -install-samples: install-rootCheck
41 +install-samples:
42         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall samples
43  
44 -install-source: install-rootCheck
45 +install-source:
46         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall source
47  
48 -install-all: install-rootCheck
49 +install-all:
50         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeInstall \
51                 "release binary dev doc samples source"
52  
53 -uninstall: install-rootCheck
54 +uninstall:
55         @$(BLD_PRODUCT)/package/$(BLD_OS)/makeUninstall
56  
57  #