Skip to content

Commit

Permalink
Lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jun 26, 2024
1 parent 90dff63 commit fdee527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $(BUILD)/package/oxide.tar.gz: $(BUILD)/package/package $(PKG_OBJ)
oxide.pro \
Makefile

SRC_FILES = $(shell find -name '*.sh' | grep -v shared/sentry)
SRC_FILES = $(shell find -name '*.sh' | grep -v shared/sentry | grep -v shared/doxygen-awesome-css)
SRC_FILES += package

lint:
Expand Down
6 changes: 3 additions & 3 deletions applications/display-server/generate_xml.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
cd "$(dirname "$0")"
mkdir -p ../../interfaces
p(){
echo "qdbuscpp2xml $1 -> $2.xml"
qdbuscpp2xml -A "$1" -o ../../interfaces/"$2".xml
p() {
echo "qdbuscpp2xml $1 -> $2.xml"
qdbuscpp2xml -A "$1" -o ../../interfaces/"$2".xml
}

p dbusinterface.h blight
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ oxide-display() {
section="devel"
installdepends=("liboxide=$pkgver" "libsentry=$_sentryver")

package(){
package() {
# Display server
install -D -m 644 -t "$pkgdir"/etc/dbus-1/system.d "$srcdir"/release/etc/dbus-1/system.d/codes.eeems.blight.conf
install -D -m 644 -t "$pkgdir"/lib/systemd/system "$srcdir"/release/etc/systemd/system/blight.service
Expand Down

0 comments on commit fdee527

Please sign in to comment.