Skip to content

Commit

Permalink
Meson
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 committed Mar 29, 2024
1 parent d2c829a commit 1c0e08a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ INSTALL_PROGRAM=$(INSTALL)
# Run to install application data, with differing permissions
INSTALL_DATA=$(INSTALL) -m 644

PWD = $(shell pwd)

# Directories into which to install the various files
bindir=$(DESTDIR)$(PREFIX)/bin
sharedir=$(DESTDIR)$(PREFIX)/share
Expand Down Expand Up @@ -76,15 +78,14 @@ install-gresource: gresource
# Install LOCALE files
rm -fr builddir/
meson setup builddir --prefix=$(PREFIX)
#meson install -C builddir --destdir=$(DESTDIR)
meson install -C builddir --destdir=/home/runner/authenticator-rs-deb

echo XXX
pwd
echo XXX
ls
echo XXX
find $(DESTDIR)
meson install -C builddir --destdir=$(PWD)$(DESTDIR)

# echo XXX
# pwd
# echo XXX
# ls
# echo XXX
# find $(DESTDIR)


# Install onto the system
Expand Down

0 comments on commit 1c0e08a

Please sign in to comment.