blob: 2d4793001ced1424d71cb3af0cf33b36bf3c3c28 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# This is normally inherited from debian/rules
# but just in case somebody calls us directly
archtriplet=${archtriplet:-$(dpkg-architecture -qDEB_HOST_MULTIARCH)}
exec cat <<EOF
build-static/libperl.a usr/lib/$archtriplet/
EOF
|