de24352275
Renamed files and directories as well as replaced infile references to gluster where appropriate Signed-off-by: Thiago da Silva <thiago@redhat.com>
9 lines
212 B
Python
9 lines
212 B
Python
# Simple program to save all package information
|
|
# into a file which can be sourced by a bash script
|
|
|
|
from swiftonfile.swift import _pkginfo as pkginfo
|
|
|
|
PKGCONFIG = 'pkgconfig.in'
|
|
|
|
pkginfo.save_config(PKGCONFIG)
|