Skip to content

Commit

Permalink
Merge pull request #29 from regolith-linux/fix-rename-exec
Browse files Browse the repository at this point in the history
fix: rename exec back to sway for consistency w/ newer versions
  • Loading branch information
kgilmer authored Jul 12, 2024
2 parents 395c0d2 + 01bc387 commit 374c8f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ override_dh_auto_configure:
.PHONY: override_dh_missing
override_dh_missing:
dh_missing --fail-missing

#.PHONY: override_dh_install
#override_dh_install:
# if ! dh_install; then \
# tree debian/sway-regolith; \
# exit 1; \
# fi
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(
'sway-regolith',
'sway',
'c',
version: '1.7',
license: 'MIT',
Expand Down
2 changes: 1 addition & 1 deletion sway/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ if have_xwayland
endif

executable(
'sway-regolith',
'sway',
sway_sources,
include_directories: [sway_inc],
dependencies: sway_deps,
Expand Down

0 comments on commit 374c8f1

Please sign in to comment.