File: find-provides

package info (click to toggle)
polymake 3.0r2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,752 kB
  • ctags: 30,928
  • sloc: cpp: 151,785; perl: 32,510; ansic: 3,597; java: 2,654; python: 278; makefile: 181; xml: 103; sh: 79
file content (11 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# This stub replaces the all too smart script from the rpm suite,
# which puts each and every perl module it finds in polymake
# on the RPM package's Provides: list.

# If we export shared libraries some day, we have to start the real
# find-provides and filter its output.

while read dummy; do :; done
exit 0