mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
c1622f28ed
"make deb" creates a valid (???) deb package paparazzi_demo to play s simple example
5 lines
87 B
Bash
5 lines
87 B
Bash
#! /bin/sh
|
|
if test -z "$PAPARAZZI_SRC"; then
|
|
PAPARAZZI_SRC=/usr/share/paparazzi
|
|
fi
|