1
0

version 1 maybe?

This commit is contained in:
2020-03-01 17:19:59 +13:00
parent 5386b889c4
commit 2d605c85a2
5 changed files with 221 additions and 128 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
DATADIR ?= $(PREFIX)/share
CONFDIR = /etc
install:
sed "s/%DATADIR%/\/usr\/share/" lightdm-mobile-greeter.py > lightdm-mobile-greeter
install -Dm755 lightdm-mobile-greeter -t $(DESTDIR)$(BINDIR)
install -Dm644 style.css interface.ui -t $(DESTDIR)$(DATADIR)/lightdm-mobile-greeter
install -Dm644 lightdm-mobile-greeter.desktop -t $(DESTDIR)$(DATADIR)/xgreeters