blob: 2895ceb2443c7e40a277b57570ed03c25aa38622 (
plain)
1
2
3
4
5
6
7
8
|
# Simple program to save all package information
# into a file which can be sourced by a bash script
from gluster.swift import _pkginfo as pkginfo
PKGCONFIG='pkgconfig.in'
pkginfo.save_config(PKGCONFIG)
|