Skip to content

Commit be44863

Browse files
committed
touchups
1 parent 115c67a commit be44863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ server: node_modules src/scripts/brewable.js
6767
brewable: server client makeself.make
6868
./makeself.make
6969

70-
install: brewable default.conf
70+
install:
7171
mkdir -p $(DESTDIR)/etc/default
7272
mkdir -p $(DESTDIR)/etc/init.d
7373
mkdir -p $(DESTDIR)/usr/bin

rcbrewable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ brewable_start () {
5050
touch /var/log/brewable/brewable_stderr.log
5151
chown -R $BREWABLE_USER:$BREWABLE_USER $BREWABLE_LOG_DIR
5252

53-
mkdir -p BREWABLE_RUN_DIR
53+
mkdir -p $BREWABLE_RUN_DIR
5454
cd $BREWABLE_RUN_DIR
5555
su -c \
5656
$BREWABLE_SERVER \

0 commit comments

Comments
 (0)