mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-03 07:31:21 +00:00
10 lines
148 B
Bash
Executable File
10 lines
148 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
find -name Makefile -type l -print -delete
|
|
#rm -r src/Makefile
|
|
. /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
|