Skip to content

Commit

Permalink
Moved MeshChat source to top level
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Hickey <[email protected]>
  • Loading branch information
hickey committed Jul 17, 2023
1 parent f0ed580 commit dd37426
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package/populate-meshchat-api-fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ sed -i "s%\$GITHUB_SERVER_URL%$GITHUB_SERVER_URL%" $IPK_DIR/CONTROL/control
sed -i "s%\$GITHUB_REPOSITORY%$GITHUB_REPOSITORY%" $IPK_DIR/CONTROL/control

# Populate the filesystem image for the package
install -D api/meshchat $IPK_DIR/www/cgi-bin/meshchat
install -D api/meshchat -m 755 $IPK_DIR/www/cgi-bin/meshchat

8 changes: 5 additions & 3 deletions package/populate-meshchat-fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sed -i "s%\$GITHUB_REPOSITORY%$GITHUB_REPOSITORY%" $IPK_DIR/CONTROL/control
install -d $IPK_DIR/www/meshchat
install www/* $IPK_DIR/www/meshchat
install -d $IPK_DIR/www/cgi-bin
install www/cgi-bin/* $IPK_DIR/www/cgi-bin
install -D support/meshchatsync-init.d $IPK_DIR/etc/init.d/meshchatsync
install -D support/meshchatsync $IPK_DIR/usr/local/bin/meshchatsync
install -m 755 meshchat $IPK_DIR/www/cgi-bin
install -m 644 meshchatlib.lua $IPK_DIR/www/cgi-bin
install -m 644 meshchatconfig.lua $IPK_DIR/www/cgi-bin
install -D support/meshchatsync-init.d -m 755 $IPK_DIR/etc/init.d/meshchatsync
install -D support/meshchatsync -m 755 $IPK_DIR/usr/local/bin/meshchatsync

0 comments on commit dd37426

Please sign in to comment.