]> git.pld-linux.org Git - packages/bigsister.git/blame - bigsister-not_user_check.patch
- tabs
[packages/bigsister.git] / bigsister-not_user_check.patch
CommitLineData
98b8dfa0
MWP
1diff -urN bs-0.98c8/Makefile.in bs-0.98c8/Makefile.in
2--- bs-0.98c8/Makefile.in 2003-10-16 17:10:59.000000000 +0200
3+++ bs-0.98c8/Makefile.in 2005-02-28 01:23:07.940984456 +0100
4@@ -218,15 +218,15 @@
5
6 # GNU id exits nonzero on success. sigh.
7 check:
8- @test `id ${USER} 2>/dev/null | wc -l` = 1 || { \
9- echo "" >&2; \
10- echo "user ${USER} does not exist on this system" >&2; \
11- echo "please use 'make install USER=login if" >&2; \
12- echo "you'd like to run Big Sister as another user" >&2; \
13- echo "called login rather than ${USER}" >&2; \
14- echo "" >&2; \
15- exit 2; \
16- }
17+# @test `id ${USER} 2>/dev/null | wc -l` = 1 || { \
18+# echo "" >&2; \
19+# echo "user ${USER} does not exist on this system" >&2; \
20+# echo "please use 'make install USER=login if" >&2; \
21+# echo "you'd like to run Big Sister as another user" >&2; \
22+# echo "called login rather than ${USER}" >&2; \
23+# echo "" >&2; \
24+# exit 2; \
25+# }
26 @[ -d ${DESTDIR}${WEB_DIR}/gifs ] && { \
27 echo "" >&2; \
28 echo "***************************" >&2; \
This page took 0.064985 seconds and 4 git commands to generate.