mirror of
https://github.com/systemd/systemd.git
synced 2025-02-06 01:57:47 +03:00
This allows the built packages to be inspected if needed, or installed on the host system for anyone who's daring enough to do so.
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar}
|