summaryrefslogtreecommitdiff
path: root/2005/flow-accounting-ols2005/OLS2005/Texmf/createLocalInclude
blob: 728df1e45151780c22b477b7d7ce4d0d35b95486 (plain)
1
2
3
4
5
6
#!/bin/bash

au=$(basename $PWD)/;

cat Makefile.inc | sed -e 's|'$au'||g' > Makefile.inc.local

personal git repositories of Harald Welte. Your mileage may vary