mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-17 05:30:59 +00:00
Initial Stretch release
This commit is contained in:
parent
834c462bd6
commit
12c6ea45bb
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
a2pi (0.2.2-3) unstable; urgency=low
|
||||
|
||||
* First Stretch release
|
||||
|
||||
-- David Schmenk <dschmenk@mail.com> Wed, 23 Aug 2017 13:44:30 -0800
|
||||
|
||||
a2pi (0.2.2-2) unstable; urgency=low
|
||||
|
||||
* Change default serial port to serial0
|
||||
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -91,7 +91,7 @@ case "$1" in
|
||||
# Add schmenk.is-a-geek.com to apt sources
|
||||
#
|
||||
if [ "$(grep schmenk /etc/apt/sources.list)" = "" ] ; then
|
||||
echo "deb http://schmenk.is-a-geek.com/raspbian jessie contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://schmenk.is-a-geek.com/raspbian stretch contrib" >> /etc/apt/sources.list
|
||||
fi
|
||||
#
|
||||
# Add a2pi service to systemd
|
||||
|
Binary file not shown.
@ -29,7 +29,7 @@ install:
|
||||
-mkdir -p $(SBINDIR)
|
||||
cp $(SBIN) $(SBINDIR)
|
||||
-mkdir -p $(SHAREDIR)
|
||||
cp ../share/* $(SHAREDIR)
|
||||
cp -R ../share/* $(SHAREDIR)
|
||||
|
||||
uninstall:
|
||||
cd $(BINDIR); rm $(BIN) a2mount
|
||||
|
Loading…
x
Reference in New Issue
Block a user